Package it.unimi.dsi.fastutil.shorts
Type-specific classes for short elements or keys.
-
Interface Summary Interface Description Short2DoubleFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Short2IntFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Short2LongFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Short2ObjectFunction<V> A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.ShortIterable A type-specificIterablethat strengthens that specification ofShortIterable.iterator()andShortIterable.forEach(Consumer).ShortIterator A type-specificIterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.ShortSpliterator A type-specificSpliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements. -
Class Summary Class Description ShortArrays A class providing static methods and objects that do useful things with type-specific arrays.ShortBigArrays A class providing static methods and objects that do useful things with big arrays.