public class ObjectFloatPairImpl<T> extends Object implements ObjectFloatPair<T>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ObjectFloatPair<T> that) |
boolean |
equals(Object o) |
T |
getOne() |
float |
getTwo() |
int |
hashCode() |
String |
toString() |
public T getOne()
getOne in interface ObjectFloatPair<T>public float getTwo()
getTwo in interface ObjectFloatPair<T>public int compareTo(ObjectFloatPair<T> that)
compareTo in interface Comparable<ObjectFloatPair<T>>Copyright © 2004–2022. All rights reserved.