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