public class IntIntPairImpl extends Object implements IntIntPair
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IntIntPair that) |
boolean |
equals(Object o) |
int |
getOne() |
int |
getTwo() |
int |
hashCode() |
String |
toString() |
public int getOne()
getOne in interface IntIntPairpublic int getTwo()
getTwo in interface IntIntPairpublic int compareTo(IntIntPair that)
compareTo in interface Comparable<IntIntPair>Copyright © 2004–2016. All rights reserved.