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