Serializable
, Comparable<IntIntPair>
, IntIntPair
public class IntIntPairImpl extends Object implements IntIntPair
Modifier and Type | Method | 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–2017. All rights reserved.