Package it.unimi.dsi.fastutil.chars

Type-specific classes for character elements or keys.
  • Interface Summary
    Interface Description
    Char2DoubleFunction
    A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
    Char2IntFunction
    A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
    Char2LongFunction
    A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
    Char2ObjectFunction<V>
    A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
    CharIterable
    A type-specific Iterable that strengthens that specification of CharIterable.iterator() and CharIterable.forEach(Consumer).
    CharIterator
    A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
    CharSpliterator
    A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.
  • Class Summary
    Class Description
    CharArrays
    A class providing static methods and objects that do useful things with type-specific arrays.
    CharBigArrays
    A class providing static methods and objects that do useful things with big arrays.