See: Description
| Interface | Description |
|---|---|
| EnumMapStrategy<K extends Enum<K>,V> |
Strategy for an enum map.
|
| HashMapStrategy<K,V> |
Strategy for a hash map.
|
| IdentityHashMapStrategy<K,V> |
Strategy for an identity map.
|
| LinkedHashMapStrategy<K,V> |
Strategy for a linked hash map.
|
| WeakHashMapStrategy<K,V> |
Strategy for a weak hash map.
|
Things that represent a map strategy for abstract maps (except sorted and navigable).
Copyright © 2016–2017. All rights reserved.