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