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