| Package | Description |
|---|---|
| cat.lump.aq.basics.structure |
| Modifier and Type | Method and Description |
|---|---|
int |
Pair.compareTo(Pair<S,T> o) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PairOperations.sortByValue(java.util.ArrayList<Pair<java.lang.Integer,java.lang.Double>> pairs)
Sort a list of pairs according to its value
|
static void |
PairOperations.sortByValueReverse(java.util.ArrayList<Pair<java.lang.Integer,java.lang.Double>> pairs)
Sort a list of pairs in reverse order according to its value
|