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