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