Class CommonsWeakHashMap<KEYTYPE,​VALUETYPE>

  • Type Parameters:
    KEYTYPE - Map key type
    VALUETYPE - Map value type
    All Implemented Interfaces:
    ICommonsMap<KEYTYPE,​VALUETYPE>, ICloneable<ICommonsMap<KEYTYPE,​VALUETYPE>>, Map<KEYTYPE,​VALUETYPE>

    public class CommonsWeakHashMap<KEYTYPE,​VALUETYPE>
    extends WeakHashMap<KEYTYPE,​VALUETYPE>
    implements ICommonsMap<KEYTYPE,​VALUETYPE>
    A special WeakHashMap implementation based on ICommonsMap.
    Author:
    Philip Helger