Interface BooleanDoublePair

All Superinterfaces:
Comparable<BooleanDoublePair>, Serializable
All Known Implementing Classes:
BooleanDoublePairImpl

public interface BooleanDoublePair
extends Serializable, Comparable<BooleanDoublePair>
An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, double). This file was automatically generated from template file primitivePrimitivePair.stg
Since:
5.0
  • Method Summary

    Modifier and Type Method Description
    boolean getOne()  
    double getTwo()  

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details