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