|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Long2BooleanMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2BooleanMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2BooleanSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
Long2ByteMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2ByteMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2ByteSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
Long2CharMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2CharMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2CharSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
Long2DoubleMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2DoubleMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2DoubleSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
Long2FloatMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2FloatMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2FloatSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
Long2IntMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2IntMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2IntSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
Long2LongMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2LongMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2LongSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
Long2ObjectMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2ObjectMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2ObjectSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
Long2ReferenceMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2ReferenceMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2ReferenceSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
Long2ShortMap | A type-specific Map ; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
Long2ShortMap.Entry | A type-specific Map.Entry ; provides some additional methods
to access its content reducing type juggling. |
Long2ShortSortedMap | A type-specific SortedMap ; provides some additional methods that use polymorphism to reduce type juggling. |
LongBidirectionalIterator | A type-specific bidirectional iterator; provides an additional method to reduce type juggling, and the possibility to skip elements backwards. |
LongCollection | A type-specific Collection ; provides some additional methods
that use polymorphism to reduce type juggling.
|
LongComparator | A type-specific Comparator ; provides methods to compare two primitive types both as objects
and as primitive types.
|
LongIterator | A type-specific Iterator ; provides an additional method to reduce type juggling, and
the possibility to skip elements. |
LongList | A type-specific List ; provides some additional methods that use polymorphism to reduce type juggling.
|
LongListIterator | A type-specific bidirectional iterator that is also a ListIterator .
|
LongPriorityQueue | A type-specific PriorityQueue ; provides some additional methods that use polymorphism to reduce type juggling. |
LongSet | A type-specific Set ; provides some additional methods that use polymorphism to reduce type juggling. |
LongSortedSet | A type-specific SortedSet ; provides some additional methods that use polymorphism to reduce type juggling. |
LongStack | A type-specific Stack ; provides some additional methods that use polymorphism to reduce type juggling. |
Class Summary | |
AbstractLong2BooleanMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2BooleanMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2BooleanSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLong2ByteMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2ByteMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2ByteSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLong2CharMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2CharMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2CharSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLong2DoubleMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2DoubleMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2DoubleSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLong2FloatMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2FloatMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2FloatSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLong2IntMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2IntMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2IntSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLong2LongMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2LongMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2LongSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLong2ObjectMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2ObjectMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2ObjectSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLong2ReferenceMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2ReferenceMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2ReferenceSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLong2ShortMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
AbstractLong2ShortMap.BasicEntry | This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps). |
AbstractLong2ShortSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
AbstractLongBidirectionalIterator | An abstract class facilitating the creation of type-specific bidirectional iterators. |
AbstractLongCollection | An abstract class providing basic methods for collections implementing a type-specific interface. |
AbstractLongComparator | An abstract class facilitating the creation of type-specific comparators. |
AbstractLongIterator | An abstract class facilitating the creation of type-specific iterators. |
AbstractLongList | An abstract class providing basic methods for lists implementing a type-specific list interface. |
AbstractLongListIterator | An abstract class facilitating the creation of type-specific list iterators. |
AbstractLongPriorityQueue | An abstract class providing basic methods for priority queues implementing a type-specific interface. |
AbstractLongSet | An abstract class providing basic methods for sets implementing a type-specific interface. |
AbstractLongSortedSet | An abstract class providing basic methods for sorted sets implementing a type-specific interface. |
AbstractLongStack | An abstract class providing basic methods for implementing a type-specific stack interface. |
Long2BooleanAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2BooleanLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2BooleanMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2BooleanMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2BooleanMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2BooleanMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2BooleanMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2BooleanOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2BooleanRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2BooleanSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2BooleanSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2BooleanSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2BooleanSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2BooleanSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
Long2ByteAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2ByteLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2ByteMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2ByteMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2ByteMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2ByteMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2ByteMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2ByteOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2ByteRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2ByteSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2ByteSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2ByteSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2ByteSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2ByteSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
Long2CharAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2CharLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2CharMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2CharMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2CharMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2CharMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2CharMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2CharOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2CharRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2CharSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2CharSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2CharSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2CharSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2CharSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
Long2DoubleAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2DoubleLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2DoubleMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2DoubleMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2DoubleMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2DoubleMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2DoubleMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2DoubleOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2DoubleRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2DoubleSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2DoubleSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2DoubleSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2DoubleSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2DoubleSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
Long2FloatAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2FloatLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2FloatMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2FloatMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2FloatMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2FloatMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2FloatMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2FloatOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2FloatRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2FloatSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2FloatSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2FloatSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2FloatSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2FloatSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
Long2IntAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2IntLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2IntMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2IntMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2IntMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2IntMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2IntMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2IntOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2IntRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2IntSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2IntSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2IntSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2IntSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2IntSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
Long2LongAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2LongLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2LongMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2LongMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2LongMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2LongMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2LongMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2LongOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2LongRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2LongSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2LongSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2LongSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2LongSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2LongSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
Long2ObjectAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2ObjectLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2ObjectMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2ObjectMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2ObjectMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2ObjectMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2ObjectMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2ObjectOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2ObjectRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2ObjectSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2ObjectSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2ObjectSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2ObjectSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2ObjectSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
Long2ReferenceAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2ReferenceLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2ReferenceMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2ReferenceMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2ReferenceMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2ReferenceMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2ReferenceMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2ReferenceOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2ReferenceRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2ReferenceSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2ReferenceSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2ReferenceSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2ReferenceSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2ReferenceSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
Long2ShortAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
Long2ShortLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
Long2ShortMaps | A class providing static methods and objects that do useful things with type-specific maps. |
Long2ShortMaps.EmptyMap | An immutable class representing an empty type-specific map. |
Long2ShortMaps.Singleton | An immutable class representing a type-specific singleton map. |
Long2ShortMaps.SynchronizedMap | A synchronized wrapper class for maps. |
Long2ShortMaps.UnmodifiableMap | An unmodifiable wrapper class for maps. |
Long2ShortOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
Long2ShortRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
Long2ShortSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
Long2ShortSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
Long2ShortSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
Long2ShortSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
Long2ShortSortedMaps.UnmodifiableSortedMap | An unmodifiable wrapper class for sorted maps. |
LongArrayFrontCodedList | Compact storage of lists of arrays using front coding. |
LongArrayIndirectDoublePriorityQueue | A type-specific array-based indirect double priority queue. |
LongArrayIndirectPriorityQueue | A type-specific array-based semi-indirect priority queue. |
LongArrayList | A type-specific array-based list; provides some additional methods that use polymorphism to reduce type juggling. |
LongArrayPriorityQueue | A type-specific array-based priority queue. |
LongArrays | A class providing static methods and objects that do useful things with type-specific arrays. |
LongAVLTreeSet | A type-specific AVL tree set with a fast, small-footprint implementation. |
LongCollections | A class providing static methods and objects that do useful things with type-specific collections. |
LongCollections.SynchronizedCollection | A synchronized wrapper class for collections. |
LongCollections.UnmodifiableCollection | An unmodifiable wrapper class for collections. |
LongComparators | A class providing static methods and objects that do useful things with comparators. |
LongHeapIndirectDoublePriorityQueue | A type-specific heap-based indirect double priority queue. |
LongHeapIndirectPriorityQueue | A type-specific heap-based indirect priority queue. |
LongHeapPriorityQueue | A type-specific heap-based priority queue. |
LongHeaps | A class providing static methods and objects that do useful things with heaps. |
LongHeapSemiIndirectPriorityQueue | A type-specific heap-based semi-indirect priority queue. |
LongHeapSesquiIndirectDoublePriorityQueue | A type-specific heap-based sesqui-indirect double priority queue. |
LongIndirectHeaps | A class providing static methods and objects that do useful things with indirect heaps. |
LongIterators | A class providing static methods and objects that do useful things with type-specific iterators. |
LongIterators.UnmodifiableBidirectionalIterator | An unmodifiable wrapper class for bidirectional iterators. |
LongIterators.UnmodifiableIterator | An unmodifiable wrapper class for iterators. |
LongIterators.UnmodifiableListIterator | An unmodifiable wrapper class for list iterators. |
LongLinkedOpenHashSet | A type-specific linked hash set with with a fast, small-footprint implementation. |
LongLists | A class providing static methods and objects that do useful things with type-specific lists. |
LongLists.Singleton | An immutable class representing a type-specific singleton list. |
LongLists.SynchronizedList | A synchronized wrapper class for lists. |
LongLists.UnmodifiableList | An unmodifiable wrapper class for lists. |
LongOpenHashSet | A hash set with with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
LongPriorityQueues | A class providing static methods and objects that do useful things with type-specific priority queues. |
LongPriorityQueues.SynchronizedPriorityQueue | A synchronized wrapper class for priority queues. |
LongRBTreeSet | A type-specific red-black tree set with a fast, small-footprint implementation. |
LongSemiIndirectHeaps | A class providing static methods and objects that do useful things with semi-indirect heaps. |
LongSets | A class providing static methods and objects that do useful things with type-specific sets. |
LongSets.Singleton | An immutable class representing a type-specific singleton set. |
LongSets.SynchronizedSet | A synchronized wrapper class for sets. |
LongSets.UnmodifiableSet | An unmodifiable wrapper class for sets. |
LongSortedSets | A class providing static methods and objects that do useful things with type-specific sorted sets. |
LongSortedSets.Singleton | A class representing a singleton sorted set. |
LongSortedSets.SynchronizedSortedSet | A synchronized wrapper class for sorted sets. |
LongSortedSets.UnmodifiableSortedSet | An unmodifiable wrapper class for sorted sets. |
Provides type-specific classes for long elements or keys.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |