A
- first item of pairB
- second item of pairpublic final class Pair<A,B> extends Object
Constructor and Description |
---|
Pair(A first,
B second)
Deprecated.
since 4.3 use
make(Object, Object) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Pair obj) |
boolean |
equals(Object o) |
A |
getFirst() |
B |
getSecond() |
int |
hashCode() |
static <A,B> Pair<A,B> |
make(A first,
B second) |
@Deprecated public Pair(A first, B second)
make(Object, Object)
first
- second
- Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.