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 ByteDoublePair
public double getTwo()
getTwo
in interface ByteDoublePair
public int compareTo(ByteDoublePair that)
compareTo
in interface Comparable<ByteDoublePair>
Copyright © 2004–2016. All rights reserved.