Interface ObjectFloatPair<T>

All Superinterfaces:
Comparable<ObjectFloatPair<T>>, Serializable
All Known Implementing Classes:
ObjectFloatPairImpl

public interface ObjectFloatPair<T>
extends Serializable, Comparable<ObjectFloatPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, float).
See Also:
This file was automatically generated from template file objectPrimitivePair.stg
  • Method Summary

    Modifier and Type Method Description
    T getOne()  
    float getTwo()  

    Methods inherited from interface java.lang.Comparable

    compareTo