Package it.unimi.dsi.fastutil.bytes

Type-specific classes for byte elements or keys.
  • Interface Summary
    Interface Description
    Byte2DoubleFunction
    A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
    Byte2IntFunction
    A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
    Byte2LongFunction
    A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
    Byte2ObjectFunction<V>
    A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
    ByteIterable
    A type-specific Iterable that strengthens that specification of ByteIterable.iterator() and ByteIterable.forEach(Consumer).
    ByteIterator
    A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
    ByteSpliterator
    A type-specific Spliterator; 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.