|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
| Int2BooleanMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2BooleanMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2BooleanSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Int2ByteMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2ByteMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2ByteSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Int2CharMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2CharMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2CharSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Int2DoubleMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2DoubleMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2DoubleSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Int2FloatMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2FloatMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2FloatSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Int2IntMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2IntMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2IntSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Int2LongMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2LongMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2LongSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Int2ObjectMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2ObjectMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2ObjectSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Int2ReferenceMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2ReferenceMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2ReferenceSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| Int2ShortMap | A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling, and handling of a default return value.
|
| Int2ShortMap.Entry | A type-specific Map.Entry; provides some additional methods
to access its content reducing type juggling. |
| Int2ShortSortedMap | A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling. |
| IntBidirectionalIterator | A type-specific bidirectional iterator; provides an additional method to reduce type juggling, and the possibility to skip elements backwards. |
| IntCollection | A type-specific Collection; provides some additional methods
that use polymorphism to reduce type juggling.
|
| IntComparator | A type-specific Comparator; provides methods to compare two primitive types both as objects
and as primitive types.
|
| IntIterator | A type-specific Iterator; provides an additional method to reduce type juggling, and
the possibility to skip elements. |
| IntList | A type-specific List; provides some additional methods that use polymorphism to reduce type juggling.
|
| IntListIterator | A type-specific bidirectional iterator that is also a ListIterator.
|
| IntPriorityQueue | A type-specific PriorityQueue; provides some additional methods that use polymorphism to reduce type juggling. |
| IntSet | A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling. |
| IntSortedSet | A type-specific SortedSet; provides some additional methods that use polymorphism to reduce type juggling. |
| IntStack | A type-specific Stack; provides some additional methods that use polymorphism to reduce type juggling. |
| Class Summary | |
| AbstractInt2BooleanMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2BooleanMap.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). |
| AbstractInt2BooleanSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractInt2ByteMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2ByteMap.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). |
| AbstractInt2ByteSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractInt2CharMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2CharMap.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). |
| AbstractInt2CharSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractInt2DoubleMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2DoubleMap.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). |
| AbstractInt2DoubleSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractInt2FloatMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2FloatMap.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). |
| AbstractInt2FloatSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractInt2IntMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2IntMap.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). |
| AbstractInt2IntSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractInt2LongMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2LongMap.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). |
| AbstractInt2LongSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractInt2ObjectMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2ObjectMap.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). |
| AbstractInt2ObjectSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractInt2ReferenceMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2ReferenceMap.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). |
| AbstractInt2ReferenceSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractInt2ShortMap | An abstract class providing basic methods for maps implementing a type-specific interface. |
| AbstractInt2ShortMap.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). |
| AbstractInt2ShortSortedMap | An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
| AbstractIntBidirectionalIterator | An abstract class facilitating the creation of type-specific bidirectional iterators. |
| AbstractIntCollection | An abstract class providing basic methods for collections implementing a type-specific interface. |
| AbstractIntComparator | An abstract class facilitating the creation of type-specific comparators. |
| AbstractIntIterator | An abstract class facilitating the creation of type-specific iterators. |
| AbstractIntList | An abstract class providing basic methods for lists implementing a type-specific list interface. |
| AbstractIntListIterator | An abstract class facilitating the creation of type-specific list iterators. |
| AbstractIntPriorityQueue | An abstract class providing basic methods for priority queues implementing a type-specific interface. |
| AbstractIntSet | An abstract class providing basic methods for sets implementing a type-specific interface. |
| AbstractIntSortedSet | An abstract class providing basic methods for sorted sets implementing a type-specific interface. |
| AbstractIntStack | An abstract class providing basic methods for implementing a type-specific stack interface. |
| Int2BooleanAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2BooleanLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2BooleanMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2BooleanMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2BooleanMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2BooleanMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2BooleanOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2BooleanRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2BooleanSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2BooleanSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2BooleanSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2BooleanSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Int2ByteAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2ByteLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2ByteMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2ByteMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2ByteMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2ByteMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2ByteOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2ByteRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2ByteSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2ByteSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2ByteSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2ByteSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Int2CharAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2CharLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2CharMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2CharMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2CharMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2CharMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2CharOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2CharRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2CharSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2CharSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2CharSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2CharSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Int2DoubleAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2DoubleLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2DoubleMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2DoubleMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2DoubleMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2DoubleMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2DoubleOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2DoubleRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2DoubleSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2DoubleSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2DoubleSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2DoubleSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Int2FloatAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2FloatLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2FloatMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2FloatMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2FloatMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2FloatMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2FloatOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2FloatRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2FloatSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2FloatSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2FloatSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2FloatSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Int2IntAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2IntLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2IntMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2IntMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2IntMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2IntMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2IntOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2IntRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2IntSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2IntSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2IntSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2IntSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Int2LongAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2LongLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2LongMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2LongMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2LongMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2LongMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2LongOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2LongRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2LongSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2LongSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2LongSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2LongSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Int2ObjectAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2ObjectLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2ObjectMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2ObjectMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2ObjectMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2ObjectMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2ObjectOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2ObjectRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2ObjectSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2ObjectSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2ObjectSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2ObjectSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Int2ReferenceAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2ReferenceLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2ReferenceMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2ReferenceMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2ReferenceMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2ReferenceMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2ReferenceOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2ReferenceRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2ReferenceSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2ReferenceSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2ReferenceSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2ReferenceSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| Int2ShortAVLTreeMap | A type-specific AVL tree map with a fast, small-footprint implementation. |
| Int2ShortLinkedOpenHashMap | A type-specific linked hash map with with a fast, small-footprint implementation. |
| Int2ShortMaps | A class providing static methods and objects that do useful things with type-specific maps. |
| Int2ShortMaps.EmptyMap | An immutable class representing an empty type-specific map. |
| Int2ShortMaps.Singleton | An immutable class representing a type-specific singleton map. |
| Int2ShortMaps.SynchronizedMap | A synchronized wrapper class for maps. |
| Int2ShortOpenHashMap | A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| Int2ShortRBTreeMap | A type-specific red-black tree map with a fast, small-footprint implementation. |
| Int2ShortSortedMaps | A class providing static methods and objects that do useful things with type-specific sorted maps. |
| Int2ShortSortedMaps.EmptySortedMap | An immutable class representing an empty type-specific sorted map. |
| Int2ShortSortedMaps.Singleton | An immutable class representing a type-specific singleton sorted map. |
| Int2ShortSortedMaps.SynchronizedSortedMap | A synchronized wrapper class for sorted maps. |
| IntArrayFrontCodedList | Compact storage of lists of arrays using front coding. |
| IntArrayIndirectDoublePriorityQueue | A type-specific array-based indirect double priority queue. |
| IntArrayIndirectPriorityQueue | A type-specific array-based semi-indirect priority queue. |
| IntArrayList | A type-specific array-based list; provides some additional methods that use polymorphism to reduce type juggling. |
| IntArrayPriorityQueue | A type-specific array-based priority queue. |
| IntArrays | A class providing static methods and objects that do useful things with type-specific arrays. |
| IntAVLTreeSet | A type-specific AVL tree set with a fast, small-footprint implementation. |
| IntCollections | A class providing static methods and objects that do useful things with type-specific collections. |
| IntCollections.SynchronizedCollection | A synchronized wrapper class for collections. |
| IntComparators | A class providing static methods and objects that do useful things with comparators. |
| IntHeapIndirectPriorityQueue | A type-specific heap-based indirect priority queue. |
| IntHeapPriorityQueue | A type-specific heap-based priority queue. |
| IntHeaps | A class providing static methods and objects that do useful things with heaps. |
| IntHeapSemiIndirectPriorityQueue | A type-specific heap-based semi-indirect priority queue. |
| IntHeapSesquiIndirectDoublePriorityQueue | A type-specific heap-based sesqui-indirect double priority queue. |
| IntIndirectHeaps | A class providing static methods and objects that do useful things with indirect heaps. |
| IntIterators | A class providing static methods and objects that do useful things with type-specific iterators. |
| IntLinkedOpenHashSet | A type-specific linked hash set with with a fast, small-footprint implementation. |
| IntLists | A class providing static methods and objects that do useful things with type-specific lists. |
| IntLists.Singleton | An immutable class representing a type-specific singleton list. |
| IntLists.SynchronizedList | A synchronized wrapper class for lists. |
| IntOpenHashSet | A hash set with with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
| IntPriorityQueues | A class providing static methods and objects that do useful things with type-specific priority queues. |
| IntPriorityQueues.SynchronizedPriorityQueue | A synchronized wrapper class for priority queues. |
| IntRBTreeSet | A type-specific red-black tree set with a fast, small-footprint implementation. |
| IntSemiIndirectHeaps | A class providing static methods and objects that do useful things with semi-indirect heaps. |
| IntSets | A class providing static methods and objects that do useful things with type-specific sets. |
| IntSets.Singleton | An immutable class representing a type-specific singleton set. |
| IntSets.SynchronizedSet | A synchronized wrapper class for sets. |
| IntSortedSets | A class providing static methods and objects that do useful things with type-specific sorted sets. |
| IntSortedSets.Singleton | A class representing a singleton sorted set. |
| IntSortedSets.SynchronizedSortedSet | A synchronized wrapper class for sorted sets. |
Provides type-specific classes for integer elements or keys.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||