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