public class ShortCharPairImpl extends Object implements ShortCharPair
Modifier and Type | Method and 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–2016. All rights reserved.