public class Pair<First,Second> extends Object implements Serializable
Constructor and Description |
---|
Pair() |
Pair(First first,
Second second) |
Modifier and Type | Method and Description |
---|---|
static <A,B> Pair<A,B> |
create(A a,
B b) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.