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