| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.strategies.maps.abstractmap |
Things that represent a map strategy for abstract maps (except sorted and navigable).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnumMapStrategy<K extends Enum<K>,V>
Strategy for an enum map.
|
interface |
HashMapStrategy<K,V>
Strategy for a hash map.
|
interface |
IdentityHashMapStrategy<K,V>
Strategy for an identity map.
|
interface |
LinkedHashMapStrategy<K,V>
Strategy for a linked hash map.
|
interface |
WeakHashMapStrategy<K,V>
Strategy for a weak hash map.
|
Copyright © 2016–2017. All rights reserved.