public static enum NioUtil.BufferType extends java.lang.Enum<NioUtil.BufferType>
| Modifier and Type | Method and Description |
|---|---|
static NioUtil.BufferType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NioUtil.BufferType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NioUtil.BufferType INT
public static final NioUtil.BufferType FLOAT
public static final NioUtil.BufferType DOUBLE
public static NioUtil.BufferType[] values()
for (NioUtil.BufferType c : NioUtil.BufferType.values()) System.out.println(c);
public static NioUtil.BufferType 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 nullCopyright © 2019. All rights reserved.