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