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