public static enum BserDeserializer.KeyOrdering extends Enum<BserDeserializer.KeyOrdering>
Modifier and Type | Method and Description |
---|---|
static BserDeserializer.KeyOrdering |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BserDeserializer.KeyOrdering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BserDeserializer.KeyOrdering UNSORTED
public static final BserDeserializer.KeyOrdering SORTED
public static BserDeserializer.KeyOrdering[] values()
for (BserDeserializer.KeyOrdering c : BserDeserializer.KeyOrdering.values()) System.out.println(c);
public static BserDeserializer.KeyOrdering valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null