Interface ArrayOps<A>
- All Known Implementing Classes:
ArrayOpsObject
public interface ArrayOps<A>
Abstraction for arrays of objects and primitive types (most prominently byte).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddefault voidcreate(int size) static <T> ArrayOpsObject<T>static <T> ArrayOpsObject<T>createFor(IntFunction<T[]> arrayConstructor) voiddefault voiddefault Objectintdefault voidvoiddefault void
-
Field Details
-
OBJECT
-
-
Method Details
-
create
-
get
-
set
-
length
-
fill
-
copy
-
getDefaultValue
Object getDefaultValue() -
fillRaw
-
copyRaw
-
getRaw
-
setRaw
-
lengthRaw
-
createFor
-
createFor
-