Documentation of 'com.google.common.collect.GenericMapMaker' Java class
GenericMapMaker
com.google.common.collect

Class GenericMapMaker<K0,V0>

  • Type Parameters:
    K0 - the base type for all key types of maps built by this map maker
    V0 - the base type for all value types of maps built by this map maker
    Direct Known Subclasses:
    MapMaker


    @Beta
     @GwtCompatible(emulated=true)
    public abstract class GenericMapMaker<K0,V0>
    extends java.lang.Object
    A class exactly like MapMaker, except restricted in the types of maps it can build. For the most part, you should probably just ignore the existence of this class.
    Since:
    7.0

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.