Skip navigation links
A B C E G H I N O P R S 

A

AbstractPrimitiveArray - Class in org.ObjectLayout
A abstract base class for subclassable primitive and reference arrays.
arrayCtorAndArgs(CtorAndArgs<S>) - Method in class org.ObjectLayout.PrimitiveArrayBuilder
Set the CtorAndArgs to be used in constructing arrays.
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
Set the CtorAndArgs to be used in constructing arrays.
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.
A B C E G H I N O P R S 
Skip navigation links