public class Pair<A,B>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Pair.Comparator1to1<T extends java.lang.Comparable<T>> |
static class |
Pair.Comparator2to2<T extends java.lang.Comparable<T>> |
static class |
Pair.Final<C,D> |
static class |
Pair.NameValue<C,D> |
| Modifier and Type | Method and Description |
|---|---|
A |
getFirst() |
B |
getSecond() |
void |
setFirst(A value) |
void |
setSecond(B value) |