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