Class LazySet<ElementType>

  • Type Parameters:
    ElementType - type of the elements within the set
    All Implemented Interfaces:
    Serializable, Iterable<ElementType>, Collection<ElementType>, Set<ElementType>

    @NotThreadSafe
    public class LazySet<ElementType>
    extends Object
    implements Set<ElementType>, Serializable
    A set that is lazy initialized. This set takes very little memory when storing zero or one item.
    See Also:
    Serialized Form