Class LazyMap<KeyType,​ValueType>

  • Type Parameters:
    KeyType - the type of the map keys
    ValueType - the type of the map values
    All Implemented Interfaces:
    Serializable, Map<KeyType,​ValueType>

    @NotThreadSafe
    public class LazyMap<KeyType,​ValueType>
    extends Object
    implements Map<KeyType,​ValueType>, Serializable
    A map that is lazy initialized. This map takes very little memory when storing zero or one item.
    See Also:
    Serialized Form