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