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, and handling of a default return value.
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, and handling of a default return value.
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, and handling of a default return value.
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, and handling of a default return value.
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, and handling of a default return value.
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, and handling of a default return value.
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, and handling of a default return value.
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, and handling of a default return value.
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, and handling of a default return value.
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, and handling of a default return value.
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.
BytePriorityQueue A type-specific PriorityQueue; provides some additional methods that use polymorphism to reduce type juggling.
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.
ByteStack A type-specific Stack; 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.
AbstractByte2BooleanMap.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).
AbstractByte2BooleanSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2ByteMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ByteMap.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).
AbstractByte2ByteSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2CharMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2CharMap.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).
AbstractByte2CharSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2DoubleMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2DoubleMap.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).
AbstractByte2DoubleSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2FloatMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2FloatMap.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).
AbstractByte2FloatSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2IntMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2IntMap.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).
AbstractByte2IntSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2LongMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2LongMap.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).
AbstractByte2LongSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2ObjectMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ObjectMap.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).
AbstractByte2ObjectSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2ReferenceMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ReferenceMap.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).
AbstractByte2ReferenceSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2ShortMap An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ShortMap.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).
AbstractByte2ShortSortedMap An abstract class providing basic methods for sorted 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.
AbstractBytePriorityQueue An abstract class providing basic methods for priority queues implementing a type-specific interface.
AbstractByteSet An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractByteSortedSet An abstract class providing basic methods for sorted sets implementing a type-specific interface.
AbstractByteStack An abstract class providing basic methods for implementing a type-specific stack 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.
Byte2BooleanMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2BooleanMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2BooleanMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2BooleanMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2BooleanMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2BooleanOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2BooleanRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2BooleanSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2BooleanSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2BooleanSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2BooleanSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2BooleanSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
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.
Byte2ByteMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2ByteMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2ByteMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2ByteMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2ByteMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2ByteOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2ByteRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ByteSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2ByteSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2ByteSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2ByteSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2ByteSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
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.
Byte2CharMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2CharMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2CharMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2CharMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2CharMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2CharOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2CharRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2CharSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2CharSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2CharSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2CharSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2CharSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
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.
Byte2DoubleMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2DoubleMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2DoubleMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2DoubleMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2DoubleMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2DoubleOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2DoubleRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2DoubleSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2DoubleSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2DoubleSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2DoubleSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2DoubleSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
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.
Byte2FloatMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2FloatMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2FloatMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2FloatMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2FloatMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2FloatOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2FloatRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2FloatSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2FloatSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2FloatSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2FloatSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2FloatSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
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.
Byte2IntMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2IntMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2IntMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2IntMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2IntMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2IntOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2IntRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2IntSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2IntSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2IntSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2IntSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2IntSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
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.
Byte2LongMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2LongMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2LongMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2LongMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2LongMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2LongOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2LongRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2LongSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2LongSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2LongSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2LongSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2LongSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
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.
Byte2ObjectMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2ObjectMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2ObjectMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2ObjectMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2ObjectMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2ObjectOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2ObjectRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ObjectSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2ObjectSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2ObjectSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2ObjectSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2ObjectSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
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.
Byte2ReferenceMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2ReferenceMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2ReferenceMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2ReferenceMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2ReferenceMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2ReferenceOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2ReferenceRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ReferenceSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2ReferenceSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2ReferenceSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2ReferenceSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2ReferenceSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
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.
Byte2ShortMaps A class providing static methods and objects that do useful things with type-specific maps.
Byte2ShortMaps.EmptyMap An immutable class representing an empty type-specific map.
Byte2ShortMaps.Singleton An immutable class representing a type-specific singleton map.
Byte2ShortMaps.SynchronizedMap A synchronized wrapper class for maps.
Byte2ShortMaps.UnmodifiableMap An unmodifiable wrapper class for maps.
Byte2ShortOpenHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Byte2ShortRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ShortSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2ShortSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.
Byte2ShortSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.
Byte2ShortSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.
Byte2ShortSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.
ByteArrayFrontCodedList Compact storage of lists of arrays using front coding.
ByteArrayIndirectDoublePriorityQueue A type-specific array-based indirect double priority queue.
ByteArrayIndirectPriorityQueue A type-specific array-based semi-indirect priority queue.
ByteArrayList A type-specific array-based list; provides some additional methods that use polymorphism to reduce type juggling.
ByteArrayPriorityQueue A type-specific array-based priority queue.
ByteArrays A class providing static methods and objects that do useful things with type-specific arrays.
ByteAVLTreeSet A type-specific AVL tree set with a fast, small-footprint implementation.
ByteCollections A class providing static methods and objects that do useful things with type-specific collections.
ByteCollections.SynchronizedCollection A synchronized wrapper class for collections.
ByteCollections.UnmodifiableCollection An unmodifiable wrapper class for collections.
ByteComparators A class providing static methods and objects that do useful things with comparators.
ByteHeapIndirectDoublePriorityQueue A type-specific heap-based indirect double priority queue.
ByteHeapIndirectPriorityQueue A type-specific heap-based indirect priority queue.
ByteHeapPriorityQueue A type-specific heap-based priority queue.
ByteHeaps A class providing static methods and objects that do useful things with heaps.
ByteHeapSemiIndirectPriorityQueue A type-specific heap-based semi-indirect priority queue.
ByteHeapSesquiIndirectDoublePriorityQueue A type-specific heap-based sesqui-indirect double priority queue.
ByteIndirectHeaps A class providing static methods and objects that do useful things with indirect heaps.
ByteIterators A class providing static methods and objects that do useful things with type-specific iterators.
ByteIterators.UnmodifiableBidirectionalIterator An unmodifiable wrapper class for bidirectional iterators.
ByteIterators.UnmodifiableIterator An unmodifiable wrapper class for iterators.
ByteIterators.UnmodifiableListIterator An unmodifiable wrapper class for list iterators.
ByteLinkedOpenHashSet A type-specific linked hash set with with a fast, small-footprint implementation.
ByteLists A class providing static methods and objects that do useful things with type-specific lists.
ByteLists.Singleton An immutable class representing a type-specific singleton list.
ByteLists.SynchronizedList A synchronized wrapper class for lists.
ByteLists.UnmodifiableList An unmodifiable wrapper class for lists.
ByteOpenHashSet A hash set with with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
BytePriorityQueues A class providing static methods and objects that do useful things with type-specific priority queues.
BytePriorityQueues.SynchronizedPriorityQueue A synchronized wrapper class for priority queues.
ByteRBTreeSet A type-specific red-black tree set with a fast, small-footprint implementation.
ByteSemiIndirectHeaps A class providing static methods and objects that do useful things with semi-indirect heaps.
ByteSets A class providing static methods and objects that do useful things with type-specific sets.
ByteSets.Singleton An immutable class representing a type-specific singleton set.
ByteSets.SynchronizedSet A synchronized wrapper class for sets.
ByteSets.UnmodifiableSet An unmodifiable wrapper class for sets.
ByteSortedSets A class providing static methods and objects that do useful things with type-specific sorted sets.
ByteSortedSets.Singleton A class representing a singleton sorted set.
ByteSortedSets.SynchronizedSortedSet A synchronized wrapper class for sorted sets.
ByteSortedSets.UnmodifiableSortedSet An unmodifiable wrapper class for sorted sets.
 

Package it.unimi.dsi.fastutil.bytes Description

Provides type-specific classes for byte elements or keys.