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