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 class
Provider
Methods in java.security with parameters of type Map Modifier and Type Method Description static Provider[]
Security. getProviders(Map var0)
void
Provider. putAll(Map var0)
-
Uses of Map in java.text
Methods in java.text that return Map Modifier and Type Method Description Map
AttributedCharacterIterator. getAttributes()
Methods in java.text with parameters of type Map Modifier and Type Method Description void
AttributedString. 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 interface
SortedMap
Classes in java.util that implement Map Modifier and Type Class Description class
AbstractMap
class
HashMap
class
Hashtable
class
Properties
class
TreeMap
class
WeakHashMap
Fields in java.util declared as Map Modifier and Type Field Description static Map
Collections. EMPTY_MAP
Methods in java.util that return Map Modifier and Type Method Description static Map
Collections. singletonMap(Object var0, Object var1)
static Map
Collections. synchronizedMap(Map var0)
static Map
Collections. unmodifiableMap(Map var0)
Methods in java.util with parameters of type Map Modifier and Type Method Description void
AbstractMap. putAll(Map var0)
void
HashMap. putAll(Map var0)
void
Hashtable. putAll(Map var0)
void
Map. putAll(Map var0)
void
TreeMap. putAll(Map var0)
static Map
Collections. synchronizedMap(Map var0)
static Map
Collections. 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 class
Attributes
Fields in java.util.jar declared as Map Modifier and Type Field Description protected Map
Attributes. map
Methods in java.util.jar that return Map Modifier and Type Method Description Map
Manifest. getEntries()
Methods in java.util.jar with parameters of type Map Modifier and Type Method Description void
Attributes. putAll(Map var0)
-