- get(int) - Method in class org.ObjectLayout.PrimitiveByteArray
-
Get the value of an element in the array.
- get(long) - Method in class org.ObjectLayout.PrimitiveByteArray
-
Get the value of an element in the array.
- get(int) - Method in class org.ObjectLayout.PrimitiveCharArray
-
Get the value of an element in the array.
- get(long) - Method in class org.ObjectLayout.PrimitiveCharArray
-
Get the value of an element in the array.
- get(int) - Method in class org.ObjectLayout.PrimitiveDoubleArray
-
Get the value of an element in the array.
- get(long) - Method in class org.ObjectLayout.PrimitiveDoubleArray
-
Get the value of an element in the array.
- get(int) - Method in class org.ObjectLayout.PrimitiveFloatArray
-
Get the value of an element in the array.
- get(long) - Method in class org.ObjectLayout.PrimitiveFloatArray
-
Get the value of an element in the array.
- get(int) - Method in class org.ObjectLayout.PrimitiveIntArray
-
Get the value of an element in the array.
- get(long) - Method in class org.ObjectLayout.PrimitiveIntArray
-
Get the value of an element in the array.
- get(int) - Method in class org.ObjectLayout.PrimitiveLongArray
-
Get the value of an element in the array.
- get(long) - Method in class org.ObjectLayout.PrimitiveLongArray
-
Get the value of an element in the array.
- get(int) - Method in class org.ObjectLayout.PrimitiveShortArray
-
Get the value of an element in the array.
- get(long) - Method in class org.ObjectLayout.PrimitiveShortArray
-
Get the value of an element in the array.
- get(int) - Method in class org.ObjectLayout.ReferenceArray
-
Get the value of an element in the array.
- get(long) - Method in class org.ObjectLayout.ReferenceArray
-
Get the value of an element in the array.
- get(long) - Method in class org.ObjectLayout.StructuredArray
-
Get a reference to an element in a single dimensional array, using a long
index.
- get(int) - Method in class org.ObjectLayout.StructuredArray
-
Get a reference to an element in a single dimensional array, using an int
index.
- getArgs() - Method in class org.ObjectLayout.CtorAndArgs
-
- getArray() - Method in class org.ObjectLayout.ConstructionContext
-
Get the immediately containing StructuredArray.
- getArrayClass() - Method in class org.ObjectLayout.PrimitiveArrayModel
-
Get the class of the PrimitiveArray modeled by this model
- getArrayClass() - Method in class org.ObjectLayout.StructuredArrayModel
-
Get the class of the StructuredArray modeled by this model
- getArrayCtorAndArgs() - Method in class org.ObjectLayout.PrimitiveArrayBuilder
-
Get the
CtorAndArgs
describing the constructor and arguments used to instantiate arrays with
this builder.
- getArrayCtorAndArgs() - Method in class org.ObjectLayout.StructuredArrayBuilder
-
Get the
CtorAndArgs
describing the constructor and arguments used to instantiate arrays with
this builder.
- getArrayModel() - Method in class org.ObjectLayout.PrimitiveArrayBuilder
-
- getArrayModel() - Method in class org.ObjectLayout.StructuredArray
-
Get the array model
- getArrayModel() - Method in class org.ObjectLayout.StructuredArrayBuilder
-
- getConstructor() - Method in class org.ObjectLayout.CtorAndArgs
-
- getContainingContext() - Method in class org.ObjectLayout.ConstructionContext
-
Get the containing context.
- getContextCookie() - Method in class org.ObjectLayout.ConstructionContext
-
Get the construction context cookie object.The construction context cookie of the outermost
array is taken from the (optionally supplied) StructuredArrayBuilder used in instantiating
the array (via
StructuredArrayBuilder.getContextCookie()
).
- getContextCookie() - Method in class org.ObjectLayout.CtorAndArgs
-
Get the value of the opaque contextCookie object
- getContextCookie() - Method in class org.ObjectLayout.StructuredArrayBuilder
-
Get the (opaque) contextCookie object associated with this builder.
- getCursor() - Method in class org.ObjectLayout.StructuredArray.ElementIterator
-
- getElementClass() - Method in class org.ObjectLayout.StructuredArray
-
Get the Class
of elements stored in the array.
- getElementClass() - Method in class org.ObjectLayout.StructuredArrayModel
-
Get the class of the elements in the StructuredArray modeled by the model
- getElementCtorAndArgsProvider() - Method in class org.ObjectLayout.StructuredArrayBuilder
-
Get the
CtorAndArgsProvider
which provides the constructor and arguments used to construct
individual elements of arrays instantiated with this builder.
- getForContext(ConstructionContext<T>) - Method in interface org.ObjectLayout.CtorAndArgsProvider
-
- getIndex() - Method in class org.ObjectLayout.ConstructionContext
-
Get the index (of the element being constructed) in the immediately containing StructuredArray.
- getLength() - Method in class org.ObjectLayout.PrimitiveArrayModel
-
Get the length of the PrimitiveArray modeled by the model
- getLength() - Method in class org.ObjectLayout.PrimitiveByteArray
-
Get the length of the array
- getLength() - Method in class org.ObjectLayout.PrimitiveCharArray
-
Get the length of the array
- getLength() - Method in class org.ObjectLayout.PrimitiveDoubleArray
-
Get the length of the array
- getLength() - Method in class org.ObjectLayout.PrimitiveFloatArray
-
Get the length of the array
- getLength() - Method in class org.ObjectLayout.PrimitiveIntArray
-
Get the length of the array
- getLength() - Method in class org.ObjectLayout.PrimitiveLongArray
-
Get the length of the array
- getLength() - Method in class org.ObjectLayout.PrimitiveShortArray
-
Get the length of the array
- getLength() - Method in class org.ObjectLayout.ReferenceArray
-
Get the length of the array
- getLength() - Method in class org.ObjectLayout.StructuredArray
-
Get the length (number of elements) of the array.
- getLength() - Method in class org.ObjectLayout.StructuredArrayModel
-
Get the length of the StructuredArray modeled by the model
- getPrimitiveSubArrayBuilder() - Method in class org.ObjectLayout.StructuredArrayBuilder
-
- getPrimitiveSubArrayModel() - Method in class org.ObjectLayout.StructuredArrayModel
-
Get the model describing the structure of the elements of the array being modeled
- getStructuredSubArrayBuilder() - Method in class org.ObjectLayout.StructuredArrayBuilder
-
- getStructuredSubArrayModel() - Method in class org.ObjectLayout.StructuredArrayModel
-
Get the model describing the structure of the elements of the array being modeled
- getSupportedSourceVersion() - Method in class org.ObjectLayout.IntrinsicProcessor
-