| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.strategies.collections |
Things that represent a collection strategy.
|
| de.vandermeer.skb.interfaces.strategies.collections.set |
Things that represent a collection strategy for sets.
|
| de.vandermeer.skb.interfaces.strategies.collections.sortedset |
Things that represent a collection strategy for sorted sets.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsSortedSetStrategy<S extends SortedSet<T>,T extends Comparable<T>>
Base for sorted set strategies.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HashSetStrategy<T>
Strategy for a hash set.
|
interface |
LinkedHashSetStrategy<T>
Strategy for a linked hash set.
|
| 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.