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