Interface FloatLongPair

  • All Superinterfaces:
    java.lang.Comparable<FloatLongPair>, java.io.Serializable
    All Known Implementing Classes:
    FloatLongPairImpl

    public interface FloatLongPair
    extends java.io.Serializable, java.lang.Comparable<FloatLongPair>
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, long). This file was automatically generated from template file primitivePrimitivePair.stg
    Since:
    5.0
    • Method Detail

      • getOne

        float getOne()
      • getTwo

        long getTwo()