Class | Description |
---|---|
HashMap<K,V> |
A memory-efficient hash map.
|
HashSet<E> |
A memory-efficient hash set.
|
IdentityHashMap<K,V> |
A memory-efficient identity hash map.
|
IdentityHashSet<E> |
A memory-efficient identity hash set.
|
IdentityMaps |
Utility methods for operating on memory-efficient maps.
|
IdentitySets |
Utility methods for operating on memory-efficient identity sets.
|
Lists |
Utility methods for operating on memory-efficient lists.
|
Maps |
Utility methods for operating on memory-efficient maps.
|
Sets |
Utility methods for operating on memory-efficient sets.
|
Stack<T> |
A Stack based on
ArrayList . |
Copyright © 2018. All rights reserved.