| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.strategies.maps.sortedmap |
Things that represent a map strategy for sorted maps.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConcurrentSkipListMapStrategy<K extends Comparable<K>,V>
Strategy for a concurrent skip list map (as sorted map).
|
interface |
TreeMapStrategy<K extends Comparable<K>,V>
Strategy for a tree map (as sorted map).
|
Copyright © 2016–2017. All rights reserved.