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