Package | Description |
---|---|
propel.core.collections.arrays | |
propel.core.utils |
Modifier and Type | Method and Description |
---|---|
PrimitiveArrayType |
ReifiedArray.getPrimitiveArrayType()
Returns the primitive array type for primitive arrays, or NotPrimitive for object arrays.
|
Modifier and Type | Method and Description |
---|---|
static PrimitiveArrayType |
ArrayUtils.getType(java.lang.Object array)
Returns true if the provided object refers to a primitive array, e.g.
|
static PrimitiveArrayType |
PrimitiveArrayType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveArrayType[] |
PrimitiveArrayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|