Interface | Description |
---|---|
IKeyValueStore<TKey extends java.lang.Comparable<TKey>,TValue> |
The interface of a key/value pair store
|
IValueStore<T extends java.lang.Comparable<T>> |
The interface of a value store.
|
ReifiedIterable<T> |
Interface of a type-aware Iterable
|
Class | Description |
---|---|
KeyValuePair<TKey,TValue> |
Encapsulates a key/value pair.
|
Exception | Description |
---|---|
KeyNotFoundException |
The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
|