| Package | Description |
|---|---|
| com.helger.commons.collection.pair |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutablePair<DATA1TYPE,DATA2TYPE>
Interface for a writable pair.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Pair<DATA1TYPE,DATA2TYPE>
A generic pair class.
|
class |
ReadOnlyPair<DATA1TYPE,DATA2TYPE>
A generic pair class.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1 extends Comparable<? super T1>,T2> |
IPair.getComparatorFirst() |
static <T1,T2 extends Comparable<? super T2>> |
IPair.getComparatorSecond() |
| Constructor and Description |
|---|
Pair(IPair<? extends DATA1TYPE,? extends DATA2TYPE> rhs) |
ReadOnlyPair(IPair<? extends DATA1TYPE,? extends DATA2TYPE> rhs) |
Copyright © 2014–2016 Philip Helger. All rights reserved.