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