| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.strategies.maps.concurrentmap |
Things that represent a map strategy for concurrent maps.
|
| 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).
|
Copyright © 2016–2017. All rights reserved.