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