Serializable
, Comparable<ByteIntPair>
, ByteIntPair
public class ByteIntPairImpl extends Object implements ByteIntPair
Modifier and Type | Method | 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–2017. All rights reserved.