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