Package it.unimi.dsi.fastutil.longs

Provides type-specific classes for long elements or keys.

See:
          Description

Interface Summary
Long2BooleanMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
 

Class Summary
AbstractLong2BooleanMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2ByteMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2CharMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2DoubleMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2FloatMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2IntMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2LongMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2ObjectMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2ReferenceMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2ShortMap An abstract class providing basic methods for 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.
AbstractLongSet An abstract class providing basic methods for sets implementing a type-specific 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.
Long2BooleanOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2BooleanRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
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.
Long2ByteOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2ByteRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
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.
Long2CharOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2CharRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
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.
Long2DoubleOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2DoubleRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
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.
Long2FloatOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2FloatRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
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.
Long2IntOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2IntRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
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.
Long2LongOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2LongRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
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.
Long2ObjectOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2ObjectRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
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.
Long2ReferenceOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2ReferenceRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
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.
Long2ShortOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Long2ShortRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
LongArrayList A type-specific ArrayList; provides some additional methods that use polymorphism to reduce type juggling.
LongAVLTreeSet A type-specific AVL tree set with a fast, small-footprint implementation.
LongLinkedOpenHashSet A type-specific linked hash set with with a fast, small-footprint implementation.
LongOpenHashSet A type-specific hash set with with a fast, small-footprint implementation.
LongRBTreeSet A type-specific red-black tree set with a fast, small-footprint implementation.
 

Package it.unimi.dsi.fastutil.longs Description

Provides type-specific classes for long elements or keys.