| Interface | Description |
|---|---|
| ExtendedState<T> | |
| ExtendedStateFactory<S extends ExtendedState<?>> | |
| MapMultimapState<K1,K2,V> |
A
State which wrap access to a Map of nested map. |
| SetMultiMapState<K,V> |
A
State which wrap access to a Multimap that cannot hold duplicate
key-value pairs. |
| SetState<E> |
A
State which wrap access to a Set of elements. |
| SortedSetMultiMapState<K,V> |
A
State which wrap access to a Multimap that cannot hold duplicate
key-value pairs. |
| SparseMatrixState<T> | |
| SparseMatrixState.SparseVector<T> |
| Class | Description |
|---|---|
| SortedSetMultiMapState.ScoredValue<V> |
Copyright © 2013. All rights reserved.