See: Description
| Interface | Description |
|---|---|
| IsAbstractMapStrategy<K,V> |
Base for abstract map strategies.
|
| IsConcurrentMapStrategy<K,V> |
Base for concurrent map strategies.
|
| IsHashtableStrategy<K,V> |
Base for hashtable strategies.
|
| IsNavigableMapStrategy<K extends Comparable<K>,V> |
Base for navigable map strategies.
|
| IsSortedMapStrategy<K extends Comparable<K>,V> |
Base for sorted map strategies.
|
Things that represent a map strategy.
Copyright © 2016–2017. All rights reserved.