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