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