Serializable
, Comparable<CharShortPair>
, CharShortPair
public class CharShortPairImpl extends Object implements CharShortPair
Modifier and Type | Method | 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–2017. All rights reserved.