Package | Description |
---|---|
com.cloudera.oryx.common.collection |
Collection-related utility methods and support classes.
|
Modifier and Type | Method and Description |
---|---|
static Pairs.SortOrder |
Pairs.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pairs.SortOrder[] |
Pairs.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <C extends Comparable<C>,D> |
Pairs.orderByFirst(Pairs.SortOrder order) |
static <C,D extends Comparable<D>> |
Pairs.orderBySecond(Pairs.SortOrder order) |
Copyright © 2014–2018. All rights reserved.