public static enum PartitionIterator.Ordering extends Enum<PartitionIterator.Ordering>
| Modifier and Type | Method and Description |
|---|---|
static PartitionIterator.Ordering |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionIterator.Ordering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitionIterator.Ordering NATURAL
public static final PartitionIterator.Ordering REVERSE
public static PartitionIterator.Ordering[] values()
for (PartitionIterator.Ordering c : PartitionIterator.Ordering.values()) System.out.println(c);
public static PartitionIterator.Ordering 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 nullCopyright © 2018–2020 Hotels.com (Data Platform Team). All rights reserved.