java.io.Serializable
, java.lang.Comparable<CharIntPair>
, CharIntPair
public 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 CharIntPair
public int getTwo()
getTwo
in interface CharIntPair
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(CharIntPair that)
compareTo
in interface java.lang.Comparable<CharIntPair>
Copyright © 2004–2017. All rights reserved.