Interface FloatObjectPair<T>

All Superinterfaces:
Comparable<FloatObjectPair<T>>, Serializable
All Known Implementing Classes:
FloatObjectPairImpl

public interface FloatObjectPair<T> extends Serializable, Comparable<FloatObjectPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(float, Object).
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      float getOne()
    • getTwo

      T getTwo()