public class Pair<A,B> extends Object
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
static <A,B> Pair<A,B> |
of(A a,
B b) |
String |
toString() |
Copyright © 2016. All rights reserved.