public class LongBytePairImpl extends Object implements LongBytePair
Modifier and Type | Method and 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–2016. All rights reserved.