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