See: Description
| Interface | Description |
|---|---|
| ConcurrentLongKeyMap<V> |
A
Map providing additional atomic
putIfAbsent, remove, and replace methods. |
| LongCollection |
Interface that represents a collection of objects.
|
| LongIterable |
This interface is used to indicate that a given class can be iterated over.
|
| LongIterator |
An object which iterates over a collection.
|
| LongKeyMap<V> |
An object that maps keys onto values.
|
| LongKeyMap.Entry<V> |
A map entry (key-value pair).
|
| LongSet |
A collection that contains no duplicates.
|
| Class | Description |
|---|---|
| AbstractLongCollection |
A basic implementation of most of the methods in the Collection interface to
make it easier to create a collection.
|
| AbstractLongKeyMap<V> |
An abstract implementation of Map to make it easier to create your own
implementations.
|
| AbstractLongKeyMap.SimpleEntry<V> |
A class which implements Map.Entry.
|
| AbstractLongKeyMap.SimpleImmutableEntry<V> |
A class containing an immutable key and value.
|
| AbstractLongSet |
An abstract implementation of Set to make it easier to create your own
implementations.
|
| Cache<K,V> |
A map that has soft references to its values and supports concurrent
accesses.
|
| ComparablePair<T1 extends java.lang.Comparable<T1>,T2 extends java.lang.Comparable<T2>> | |
| ConcurrentLongKeyHashMap<V> |
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates.
|
| ConcurrentOidKeyHashMap<V> |
A concurrent map keyed on OIDs.
|
| LongHashSet |
This class provides a HashMap-backed implementation of the Set interface.
|
| LongKeyCache<V> |
A map that has soft references to its values and supports concurrent
accesses.
|
| LongKeyHashMap<V> |
This class provides a hashtable-backed implementation of the Map interface.
|
| MutableInteger | |
| MutableLong | |
| Oid | |
| OidKeyHashMap<V> |
A map keyed on OIDs.
|
| Pair<T1,T2> | |
| Triple<T1,T2,T3> | |
| TwoKeyHashMap | |
| WeakReferenceArrayList<T> |
An array list of weak references.
|