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 IntIntPair
public int getTwo()
getTwo
in interface IntIntPair
public int compareTo(IntIntPair that)
compareTo
in interface Comparable<IntIntPair>
Copyright © 2004–2016. All rights reserved.