|
|||||||||
| Home >> All >> java >> [ util overview ] | PREV NEXT | ||||||||
Uses of Class
java.util.AbstractMap
| Uses of AbstractMap in java.util |
| Subclasses of AbstractMap in java.util | |
private static class |
Collections.EmptyMap
The implementation of Collections.EMPTY_MAP 55 . |
private static class |
Collections.SingletonMap
The implementation of Collections.singletonMap(Object, Object) 55 . |
class |
HashMap
This class provides a hashtable-backed implementation of the Map interface. |
class |
IdentityHashMap
This class provides a hashtable-backed implementation of the Map interface, but uses object identity to do its hashing. |
class |
LinkedHashMap
This class provides a hashtable-backed implementation of the Map interface, with predictable traversal order. |
class |
TreeMap
This class provides a red-black tree implementation of the SortedMap interface. |
private class |
TreeMap.SubMap
Implementation of TreeMap.SubMap.subMap(Object, Object) 55 and other map
ranges. |
class |
WeakHashMap
A weak hash map has only weak references to the key. |
|
|||||||||
| Home >> All >> java >> [ util overview ] | PREV NEXT | ||||||||