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