| Package | Description |
|---|---|
| umcg.genetica.containers |
| Modifier and Type | Method and Description |
|---|---|
static Pair.SORTBY |
Pair.SORTBY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pair.SORTBY[] |
Pair.SORTBY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Pair(L left,
R right,
Pair.SORTBY sorter) |
Pair(L left,
R right,
String sep,
Pair.SORTBY sorter) |
Copyright © 2015. All Rights Reserved.