public class FloatBytePairImpl extends Object implements org.eclipse.collections.api.tuple.primitive.FloatBytePair
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.eclipse.collections.api.tuple.primitive.FloatBytePair that) |
boolean |
equals(Object o) |
float |
getOne() |
byte |
getTwo() |
int |
hashCode() |
String |
toString() |
public float getOne()
getOne in interface org.eclipse.collections.api.tuple.primitive.FloatBytePairpublic byte getTwo()
getTwo in interface org.eclipse.collections.api.tuple.primitive.FloatBytePairpublic int compareTo(org.eclipse.collections.api.tuple.primitive.FloatBytePair that)
compareTo in interface Comparable<org.eclipse.collections.api.tuple.primitive.FloatBytePair>Copyright © 2004–2017. All rights reserved.