StackManipulation
s
that create collections or arrays from a given number of values.See: Description
Interface | Description |
---|---|
ArrayFactory.ArrayCreator |
An array creator is responsible for providing correct byte code instructions for creating an array
and for storing values into it.
|
CollectionFactory |
Implementations of this interface are able to create collection types (including arrays) by sequentially
storing given values that must be compatible to the collection factory's component type.
|
Class | Description |
---|---|
ArrayFactory | |
ArrayFactory.ArrayCreator.Reference |
An array creator implementation for reference types.
|
Enum | Description |
---|---|
ArrayFactory.ArrayCreator.Primitive |
An array creator implementation for primitive types.
|
StackManipulation
s
that create collections or arrays from a given number of values.Copyright © 2014. All rights reserved.