- AbstractPrimitiveArray - Class in org.ObjectLayout
-
A abstract base class for subclassable primitive and reference arrays.
- arrayCtorAndArgs(CtorAndArgs<S>) - Method in class org.ObjectLayout.PrimitiveArrayBuilder
-
- arrayCtorAndArgs(Constructor<S>, Object...) - Method in class org.ObjectLayout.PrimitiveArrayBuilder
-
Set the Constructor
and construction arguments to be used in constructing arrays.
- arrayCtorAndArgs(CtorAndArgs<S>) - Method in class org.ObjectLayout.StructuredArrayBuilder
-
- arrayCtorAndArgs(Constructor<S>, Object...) - Method in class org.ObjectLayout.StructuredArrayBuilder
-
Set the Constructor
and construction arguments to be used in constructing arrays.
- asArray() - Method in class org.ObjectLayout.PrimitiveByteArray
-
Get a reference to a byte[] that represents the contents of this array.
- asArray() - Method in class org.ObjectLayout.PrimitiveCharArray
-
Get a reference to a char[] that represents the contents of this array.
- asArray() - Method in class org.ObjectLayout.PrimitiveDoubleArray
-
Get a reference to a double[] that represents the contents of this array.
- asArray() - Method in class org.ObjectLayout.PrimitiveFloatArray
-
Get a reference to a float[] that represents the contents of this array.
- asArray() - Method in class org.ObjectLayout.PrimitiveIntArray
-
Get a reference to a int[] that represents the contents of this array.
- asArray() - Method in class org.ObjectLayout.PrimitiveLongArray
-
Get a reference to a long[] that represents the contents of this array.
- asArray() - Method in class org.ObjectLayout.PrimitiveShortArray
-
Get a reference to a short[] that represents the contents of this array.
- asArray() - Method in class org.ObjectLayout.ReferenceArray
-
Get a reference to a T[] that represents the contents of this array.