public interface ArrayElement
Modifier and Type | Interface and Description |
---|---|
static class |
ArrayElement.BigIntegerArrayElement
Array element for big integers.
|
static class |
ArrayElement.BooleanArrayElement
Array element for booleans.
|
static class |
ArrayElement.ByteArrayElement
Array element for bytes.
|
static class |
ArrayElement.DoubleArrayElement
Array element for doubles.
|
static class |
ArrayElement.DummyElement
Dummy array element.
|
static class |
ArrayElement.FloatArrayElement
Array element for floats.
|
static class |
ArrayElement.IntArrayElement
Array element for ints.
|
static interface |
ArrayElement.IntegralArrayElement
Interface for elements of integral arrays.
|
static class |
ArrayElement.LongArrayElement
Array element for longs.
|
static class |
ArrayElement.ObjectArrayElement<E>
Array element for objects.
|
static class |
ArrayElement.ShortArrayElement
Array element for shorts.
|
Modifier and Type | Field and Description |
---|---|
static ArrayElement |
Dummy
Dummy element instantiation used by array wrapper where element is not applicable.
|
static final ArrayElement Dummy
Last updated 2024-12-05 10:34:50