| Interface | Description |
|---|---|
| IPair<DATA1TYPE,DATA2TYPE> |
Interface for a writable pair.
|
| IReadonlyPair<DATA1TYPE,DATA2TYPE> |
Represents a basic read only pair.
|
| Class | Description |
|---|---|
| ComparatorPairFirst<DATA1TYPE extends Comparable<? super DATA1TYPE>,DATA2TYPE> |
Comparator comparing
IReadonlyPair objects by the first element |
| ComparatorPairSecond<DATA1TYPE,DATA2TYPE extends Comparable<? super DATA2TYPE>> |
Comparator comparing
IReadonlyPair 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.
|
| PairUtils |
Some pair utils
|
| ReadonlyIntPair |
A readable pair of ints.
|
| ReadonlyPair<DATA1TYPE,DATA2TYPE> |
A generic pair class.
|
Copyright © 2006–2014 phloc systems. All rights reserved.