Serializable
, Comparable<CharLongPair>
, CharLongPair
public 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 CharLongPair
public long getTwo()
getTwo
in interface CharLongPair
public int compareTo(CharLongPair that)
compareTo
in interface Comparable<CharLongPair>
Copyright © 2004–2017. All rights reserved.