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