| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.strategies.maps |
Things that represent a map strategy.
|
| de.vandermeer.skb.interfaces.strategies.maps.abstractmap |
Things that represent a map strategy for abstract maps (except sorted and navigable).
|
| de.vandermeer.skb.interfaces.strategies.maps.concurrentmap |
Things that represent a map strategy for concurrent maps.
|
| de.vandermeer.skb.interfaces.strategies.maps.hashtable |
Things that represent a map strategy for hash tables.
|
| de.vandermeer.skb.interfaces.strategies.maps.navigablemap |
Things that represent a map strategy for navigable maps.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsAbstractMapStrategy<K,V>
Base for abstract map strategies.
|
interface |
IsConcurrentMapStrategy<K,V>
Base for concurrent map strategies.
|
interface |
IsHashtableStrategy<K,V>
Base for hashtable strategies.
|
interface |
IsNavigableMapStrategy<K extends Comparable<K>,V>
Base for navigable map strategies.
|
interface |
IsSortedMapStrategy<K extends Comparable<K>,V>
Base for sorted map strategies.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConcurrentHashMapStrategy<K,V>
Strategy for a concurrent hash map.
|
interface |
ConcurrentSkipListMapStrategy<K extends Comparable<K>,V>
Strategy for a concurrent skip list map (as navigable map).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HashtableStrategy<K,V>
Strategy for a hash table.
|
interface |
PropertiesStrategy
Strategy for property map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeMapStrategy<K extends Comparable<K>,V>
Strategy for a tree map (as navigable map).
|
Copyright © 2016–2017. All rights reserved.