Package it.unimi.dsi.fastutil.chars
Type-specific classes for character elements or keys.
-
Interface Summary Interface Description Char2DoubleFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Char2IntFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Char2LongFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Char2ObjectFunction<V> A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.CharIterable A type-specificIterablethat strengthens that specification ofCharIterable.iterator()andCharIterable.forEach(Consumer).CharIterator A type-specificIterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.CharSpliterator A type-specificSpliterator; 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.