Uses of Interface
java.util.Map
-
Packages that use Map Package Description java.security java.text java.util java.util.jar -
-
Uses of Map in java.security
Classes in java.security that implement Map Modifier and Type Class Description classProviderMethods in java.security with parameters of type Map Modifier and Type Method Description static Provider[]Security. getProviders(Map var0)voidProvider. putAll(Map var0) -
Uses of Map in java.text
Methods in java.text that return Map Modifier and Type Method Description MapAttributedCharacterIterator. getAttributes()Methods in java.text with parameters of type Map Modifier and Type Method Description voidAttributedString. addAttributes(Map var0, int var1, int var2)Constructors in java.text with parameters of type Map Constructor Description AttributedString(String var0, Map var1) -
Uses of Map in java.util
Subinterfaces of Map in java.util Modifier and Type Interface Description interfaceSortedMapClasses in java.util that implement Map Modifier and Type Class Description classAbstractMapclassHashMapclassHashtableclassPropertiesclassTreeMapclassWeakHashMapFields in java.util declared as Map Modifier and Type Field Description static MapCollections. EMPTY_MAPMethods in java.util that return Map Modifier and Type Method Description static MapCollections. singletonMap(Object var0, Object var1)static MapCollections. synchronizedMap(Map var0)static MapCollections. unmodifiableMap(Map var0)Methods in java.util with parameters of type Map Modifier and Type Method Description voidAbstractMap. putAll(Map var0)voidHashMap. putAll(Map var0)voidHashtable. putAll(Map var0)voidMap. putAll(Map var0)voidTreeMap. putAll(Map var0)static MapCollections. synchronizedMap(Map var0)static MapCollections. unmodifiableMap(Map var0)Constructors in java.util with parameters of type Map Constructor Description HashMap(Map var0)Hashtable(Map var0)TreeMap(Map var0)WeakHashMap(Map var0) -
Uses of Map in java.util.jar
Classes in java.util.jar that implement Map Modifier and Type Class Description classAttributesFields in java.util.jar declared as Map Modifier and Type Field Description protected MapAttributes. mapMethods in java.util.jar that return Map Modifier and Type Method Description MapManifest. getEntries()Methods in java.util.jar with parameters of type Map Modifier and Type Method Description voidAttributes. putAll(Map var0)
-