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