public class FloatObjectPairImpl<T> extends Object implements FloatObjectPair<T>
Modifier and Type | Method and 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<FloatObjectPair<T>>
Copyright © 2004–2016. All rights reserved.