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 class
ArrayType.BooleanArrayType
static class
ArrayType.ByteArrayType
static class
ArrayType.CharArrayType
static class
ArrayType.DoubleArrayType
static class
ArrayType.FloatArrayType
static class
ArrayType.IntArrayType
static class
ArrayType.LongArrayType
static class
ArrayType.ObjectArrayType
static class
ArrayType.ShortArrayType
Fields in io.vavr.collection declared as ArrayType Modifier and Type Field Description (package private) ArrayType<T>
BitMappedTrie. type
Methods 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 NodeModifier
BitMappedTrie. 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)
-