T - the type of the second elementpublic final class IntPair<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getFirst()
A first element in a pair.
|
T |
getSecond()
A second element in a pair.
|
int |
hashCode() |
String |
toString() |
Copyright © 2018. All rights reserved.