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