static enum DirectBufferAccess.DirectBufferConstructorType extends java.lang.Enum<DirectBufferAccess.DirectBufferConstructorType>
| Enum Constant and Description |
|---|
ARGS_INT_INT |
ARGS_LONG_INT |
ARGS_LONG_INT_REF |
ARGS_LONG_LONG |
ARGS_MB_INT_INT |
| Modifier and Type | Method and Description |
|---|---|
static DirectBufferAccess.DirectBufferConstructorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectBufferAccess.DirectBufferConstructorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectBufferAccess.DirectBufferConstructorType ARGS_LONG_LONG
public static final DirectBufferAccess.DirectBufferConstructorType ARGS_LONG_INT_REF
public static final DirectBufferAccess.DirectBufferConstructorType ARGS_LONG_INT
public static final DirectBufferAccess.DirectBufferConstructorType ARGS_INT_INT
public static final DirectBufferAccess.DirectBufferConstructorType ARGS_MB_INT_INT
public static DirectBufferAccess.DirectBufferConstructorType[] values()
for (DirectBufferAccess.DirectBufferConstructorType c : DirectBufferAccess.DirectBufferConstructorType.values()) System.out.println(c);
public static DirectBufferAccess.DirectBufferConstructorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null