public final class Pair<A,B> extends Object
| Modifier and Type | Method and Description |
|---|---|
A |
a() |
B |
b() |
boolean |
equals(Object o) |
int |
hashCode() |
static <A,B> Pair<A,B> |
of(A a,
B b) |
String |
toString() |
Copyright © 2017. All rights reserved.