Interface DoubleDBIDPair

  • All Superinterfaces:
    java.lang.Comparable<DoubleDBIDPair>, DBIDRef
    All Known Implementing Classes:
    DoubleIntegerDBIDPair

    public interface DoubleDBIDPair
    extends DBIDRef, java.lang.Comparable<DoubleDBIDPair>
    Pair of a double value and a DBID. Note: this interface implements DBIDRef, i.e. it can be used as DBID object reference.
    Since:
    0.5.5
    Author:
    Erich Schubert
    • Method Detail

      • doubleValue

        double doubleValue()
        Get the double value of the pair.
        Returns:
        Double