| Interface | Description |
|---|---|
| IMutablePair<DATA1TYPE,DATA2TYPE> |
Interface for a writable pair.
|
| IPair<DATA1TYPE,DATA2TYPE> |
Represents a basic read-only pair.
|
| Class | Description |
|---|---|
| ComparatorPairFirstComparable<DATA1TYPE extends Comparable<? super DATA1TYPE>,DATA2TYPE> |
Comparator comparing
IPair objects by the first element |
| ComparatorPairSecondComparable<DATA1TYPE,DATA2TYPE extends Comparable<? super DATA2TYPE>> |
Comparator comparing
IPair objects by the second element |
| KeyValuePairList<DATA1TYPE,DATA2TYPE> |
This is a helper class that wraps a list of pair objects.
|
| Pair<DATA1TYPE,DATA2TYPE> |
A generic pair class.
|
| PairHelper |
Some pair utils
|
| ReadOnlyPair<DATA1TYPE,DATA2TYPE> |
A generic pair class.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.