Package it.unimi.dsi.fastutil.shorts

Provides type-specific classes for short elements or keys.

See:
          Description

Interface Summary
Short2BooleanMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2BooleanMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2BooleanSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Short2ByteMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2ByteMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2ByteSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Short2CharMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2CharMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2CharSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Short2DoubleMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2DoubleMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2DoubleSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Short2FloatMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2FloatMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2FloatSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Short2IntMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2IntMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2IntSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Short2LongMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2LongMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2LongSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Short2ObjectMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2ObjectMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2ObjectSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Short2ReferenceMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2ReferenceMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2ReferenceSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Short2ShortMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Short2ShortMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Short2ShortSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
ShortBidirectionalIterator A type-specific bidirectional iterator; provides an additional method to reduce type juggling, and the possibility to skip elements backwards.
ShortCollection A type-specific Collection; provides some additional methods that use polymorphism to reduce type juggling.
ShortComparator A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
ShortIterator A type-specific Iterator; provides an additional method to reduce type juggling, and the possibility to skip elements.
ShortList A type-specific List; provides some additional methods that use polymorphism to reduce type juggling.
ShortListIterator A type-specific bidirectional iterator that is also a ListIterator.
ShortSet A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling.
ShortSortedSet A type-specific SortedSet; provides some additional methods that use polymorphism to reduce type juggling.
 

Class Summary
AbstractShort2BooleanMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2ByteMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2CharMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2DoubleMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2FloatMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2IntMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2LongMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2ObjectMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2ReferenceMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2ShortMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShortBidirectionalIterator An abstract class facilitating the creation of type-specific bidirectional iterators.
AbstractShortCollection An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractShortComparator An abstract class facilitating the creation of type-specific comparators.
AbstractShortIterator An abstract class facilitating the creation of type-specific iterators.
AbstractShortList An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractShortListIterator An abstract class facilitating the creation of type-specific list iterators.
AbstractShortSet An abstract class providing basic methods for sets implementing a type-specific interface.
Short2BooleanAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2BooleanLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2BooleanOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2BooleanRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Short2ByteAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2ByteLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2ByteOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2ByteRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Short2CharAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2CharLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2CharOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2CharRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Short2DoubleAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2DoubleLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2DoubleOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2DoubleRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Short2FloatAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2FloatLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2FloatOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2FloatRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Short2IntAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2IntLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2IntOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2IntRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Short2LongAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2LongLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2LongOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2LongRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Short2ObjectAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2ObjectLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2ObjectOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2ObjectRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Short2ReferenceAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2ReferenceLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2ReferenceOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2ReferenceRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Short2ShortAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Short2ShortLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Short2ShortOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Short2ShortRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
ShortArrayList A type-specific ArrayList; provides some additional methods that use polymorphism to reduce type juggling.
ShortAVLTreeSet A type-specific AVL tree set with a fast, small-footprint implementation.
ShortLinkedOpenHashSet A type-specific linked hash set with with a fast, small-footprint implementation.
ShortOpenHashSet A type-specific hash set with with a fast, small-footprint implementation.
ShortRBTreeSet A type-specific red-black tree set with a fast, small-footprint implementation.
 

Package it.unimi.dsi.fastutil.shorts Description

Provides type-specific classes for short elements or keys.