Interface | Description |
---|---|
Permutation<E> |
Represent a permutation of an ordered set or list of elements.
|
Class | Description |
---|---|
AutoCloseableCollection<C extends java.util.Collection<? extends java.lang.AutoCloseable>> |
An
AutoCloseable collection that will automatically close all of its elements. |
HopscotchCollection<T> |
Multiset implementation that provides low memory overhead with a high load factor by using the hopscotch algorithm.
|
HopscotchMap<K,V,T extends java.util.Map.Entry<K,V>> |
A uniquely keyed map with O(1) operations.
|
HopscotchMultiMap<K,V,T extends java.util.Map.Entry<K,V>> |
A map that can contain multiple values for a given key.
|
HopscotchSet<T> |
Implements Set by imposing a unique-element constraint on HopscotchCollection.
|
HopscotchUniqueMultiMap<K,V,T extends java.util.Map.Entry<K,V>> |
A map that can contain multiple values for a given key, but distinct entries.
|
IndexedSet<E> |
Set where each element can be reference by a unique integer index that runs from
0 to the size of the set - 1.
|
NestedIntegerArray<T extends java.io.Serializable> | |
NestedIntegerArray.Leaf<T> | |
SetSizeUtils |
Set size utility
|