Package elki.result

Interface IterableResult<O>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Iterator<O> iterator()
      Retrieve an iterator for the result.
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • iterator

        java.util.Iterator<O> iterator()
        Retrieve an iterator for the result.
        Specified by:
        iterator in interface java.lang.Iterable<O>
        Returns:
        iterator