Package io.vavr.collection
Class ArrayType.ObjectArrayType
java.lang.Object
io.vavr.collection.ArrayType.ObjectArrayType
- All Implemented Interfaces:
ArrayType<Object>
,Serializable
public static final class ArrayType.ObjectArrayType
extends Object
implements ArrayType<Object>, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vavr.collection.ArrayType
ArrayType.BooleanArrayType, ArrayType.ByteArrayType, ArrayType.CharArrayType, ArrayType.DoubleArrayType, ArrayType.FloatArrayType, ArrayType.IntArrayType, ArrayType.LongArrayType, ArrayType.ObjectArrayType, ArrayType.ShortArrayType
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final Object[]
(package private) static final ArrayType.ObjectArrayType
private static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.vavr.collection.ArrayType
asArray, copy, copyDrop, copyRange, copyTake, copyUpdate, grouped, newInstance
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
INSTANCE
-
EMPTY
-
-
Constructor Details
-
ObjectArrayType
public ObjectArrayType()
-
-
Method Details
-
cast
-
type
-
empty
-
lengthOf
-
getAt
-
setAt
-
copy
-
copyNonEmpty
-