Package it.unimi.dsi.fastutil.bytes

Provides type-specific classes for byte elements or keys.

See:
          Description

Interface Summary
Byte2BooleanMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2BooleanMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2BooleanSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Byte2ByteMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2ByteMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2ByteSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Byte2CharMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2CharMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2CharSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Byte2DoubleMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2DoubleMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2DoubleSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Byte2FloatMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2FloatMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2FloatSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Byte2IntMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2IntMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2IntSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Byte2LongMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2LongMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2LongSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Byte2ObjectMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2ObjectMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2ObjectSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Byte2ReferenceMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2ReferenceMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2ReferenceSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
Byte2ShortMap A type-specific Map; provides some additional methods that use polymorphism to reduce type juggling.
Byte2ShortMap.Entry A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.
Byte2ShortSortedMap A type-specific SortedMap; provides some additional methods that use polymorphism to reduce type juggling.
ByteBidirectionalIterator A type-specific bidirectional iterator; provides an additional method to reduce type juggling, and the possibility to skip elements backwards.
ByteCollection A type-specific Collection; provides some additional methods that use polymorphism to reduce type juggling.
ByteComparator A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
ByteIterator A type-specific Iterator; provides an additional method to reduce type juggling, and the possibility to skip elements.
ByteList A type-specific List; provides some additional methods that use polymorphism to reduce type juggling.
ByteListIterator A type-specific bidirectional iterator that is also a ListIterator.
ByteSet A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling.
ByteSortedSet A type-specific SortedSet; provides some additional methods that use polymorphism to reduce type juggling.
 

Class Summary
AbstractByte2BooleanMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ByteMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2CharMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2DoubleMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2FloatMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2IntMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2LongMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ObjectMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ReferenceMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ShortMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByteBidirectionalIterator An abstract class facilitating the creation of type-specific bidirectional iterators.
AbstractByteCollection An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractByteComparator An abstract class facilitating the creation of type-specific comparators.
AbstractByteIterator An abstract class facilitating the creation of type-specific iterators.
AbstractByteList An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractByteListIterator An abstract class facilitating the creation of type-specific list iterators.
AbstractByteSet An abstract class providing basic methods for sets implementing a type-specific interface.
Byte2BooleanAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2BooleanLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2BooleanOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2BooleanRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ByteAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2ByteLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2ByteOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2ByteRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2CharAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2CharLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2CharOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2CharRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2DoubleAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2DoubleLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2DoubleOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2DoubleRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2FloatAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2FloatLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2FloatOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2FloatRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2IntAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2IntLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2IntOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2IntRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2LongAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2LongLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2LongOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2LongRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ObjectAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2ObjectLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2ObjectOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2ObjectRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ReferenceAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2ReferenceLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2ReferenceOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2ReferenceRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ShortAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2ShortLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2ShortOpenHashMap A type-specific hash map with a fast, small-footprint implementation.
Byte2ShortRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
ByteArrayList A type-specific ArrayList; provides some additional methods that use polymorphism to reduce type juggling.
ByteAVLTreeSet A type-specific AVL tree set with a fast, small-footprint implementation.
ByteLinkedOpenHashSet A type-specific linked hash set with with a fast, small-footprint implementation.
ByteOpenHashSet A type-specific hash set with with a fast, small-footprint implementation.
ByteRBTreeSet A type-specific red-black tree set with a fast, small-footprint implementation.
 

Package it.unimi.dsi.fastutil.bytes Description

Provides type-specific classes for byte elements or keys.