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