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