Class SetProxy<E>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>, javassist.util.proxy.Proxy, FormProxyObject

    public class SetProxy<E>
    extends AbstractCollectionProxy<E>
    implements java.util.Set<E>
    This class provides a proxy implementation of the Set interface.
    Since:
    8.0.0
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Detail

      • SetProxy

        public SetProxy​(java.util.Collection<E> origin,
                        java.lang.annotation.Annotation[] callerAnnots)