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