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