Serializable
, Comparable<ByteDoublePair>
, ByteDoublePair
public class ByteDoublePairImpl extends Object implements ByteDoublePair
Modifier and Type | Method | 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–2017. All rights reserved.