Serializable
, Comparable<IntLongPair>
, IntLongPair
public class IntLongPairImpl extends Object implements IntLongPair
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(IntLongPair that) |
|
boolean |
equals(Object o) |
|
int |
getOne() |
|
long |
getTwo() |
|
int |
hashCode() |
|
String |
toString() |
public int getOne()
getOne
in interface IntLongPair
public long getTwo()
getTwo
in interface IntLongPair
public int compareTo(IntLongPair that)
compareTo
in interface Comparable<IntLongPair>
Copyright © 2004–2017. All rights reserved.