Interface DoubleDBIDIter

    • Method Detail

      • doubleValue

        double doubleValue()
        Get the double value
        Returns:
        double value
      • advance

        DoubleDBIDIter advance()
        Description copied from interface: Iter
        Moves the iterator forward to the next entry.
        Specified by:
        advance in interface DBIDIter
        Specified by:
        advance in interface Iter
        Returns:
        The iterator itself.