| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.strategies.collections.sortedset |
Things that represent a collection strategy for sorted sets.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConcurrentSkipSetStrategy<T extends Comparable<T>>
Strategy for a concurrent skip set.
|
interface |
TreeSetStrategy<T extends Comparable<T>>
Strategy for a tree set.
|
Copyright © 2016–2017. All rights reserved.