Package it.unimi.dsi.fastutil.bytes
Type-specific classes for byte elements or keys.
-
Interface Summary Interface Description Byte2DoubleFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Byte2IntFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Byte2LongFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Byte2ObjectFunction<V> A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.ByteIterable A type-specificIterablethat strengthens that specification ofByteIterable.iterator()andByteIterable.forEach(Consumer).ByteIterator A type-specificIterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.ByteSpliterator A type-specificSpliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements. -
Class Summary Class Description ByteArrays A class providing static methods and objects that do useful things with type-specific arrays.ByteBigArrays A class providing static methods and objects that do useful things with big arrays.