Package it.unimi.dsi.fastutil.floats
Type-specific classes for float elements or keys.
-
Interface Summary Interface Description Float2DoubleFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Float2IntFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Float2LongFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Float2ObjectFunction<V> A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.FloatIterable A type-specificIterablethat strengthens that specification ofFloatIterable.iterator()andFloatIterable.forEach(Consumer).FloatIterator A type-specificIterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.FloatSpliterator A type-specificSpliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements. -
Class Summary Class Description FloatArrays A class providing static methods and objects that do useful things with type-specific arrays.FloatBigArrays A class providing static methods and objects that do useful things with big arrays.