java.io.Serializable
, java.lang.Comparable<IntShortPair>
, IntShortPair
public 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 IntShortPair
public short getTwo()
getTwo
in interface IntShortPair
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(IntShortPair that)
compareTo
in interface java.lang.Comparable<IntShortPair>
Copyright © 2004–2017. All rights reserved.