Uses of Interface
io.vavr.collection.ArrayType
-
Packages that use ArrayType Package Description io.vavr.collection Purely functional collections based on Traversable. -
-
Uses of ArrayType in io.vavr.collection
Classes in io.vavr.collection that implement ArrayType Modifier and Type Class Description static classArrayType.BooleanArrayTypestatic classArrayType.ByteArrayTypestatic classArrayType.CharArrayTypestatic classArrayType.DoubleArrayTypestatic classArrayType.FloatArrayTypestatic classArrayType.IntArrayTypestatic classArrayType.LongArrayTypestatic classArrayType.ObjectArrayTypestatic classArrayType.ShortArrayTypeFields in io.vavr.collection declared as ArrayType Modifier and Type Field Description (package private) ArrayType<T>BitMappedTrie. typeMethods in io.vavr.collection that return ArrayType Modifier and Type Method Description static <T> ArrayType<T>ArrayType. obj()static <T> ArrayType<T>ArrayType. of(java.lang.Class<T> type)static <T> ArrayType<T>ArrayType. of(java.lang.Object array)static <T> ArrayType<T>ArrayType. ofPrimitive(java.lang.Class<T> type)Methods in io.vavr.collection with parameters of type ArrayType Modifier and Type Method Description private static <T> BitMappedTrie<T>BitMappedTrie. collapsed(ArrayType<T> type, java.lang.Object array, int offset, int length, int shift)private static <T> BitMappedTrie<T>BitMappedTrie. ofAll(java.lang.Object array, ArrayType<T> type, int size)private NodeModifierBitMappedTrie. updateLeafWith(ArrayType<T> type, T element)Constructors in io.vavr.collection with parameters of type ArrayType Constructor Description BitMappedTrie(ArrayType<T> type, java.lang.Object array, int offset, int length, int depthShift)
-