Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.result
Interface IterableResult<O>

Type Parameters:
O - object class.
All Superinterfaces:
Iterable<O>, Result
All Known Implementing Classes:
CollectionResult, KNNDistanceOrderResult

public interface IterableResult<O>
extends Result, Iterable<O>

Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. (At least when the class O is TextWriteable)

Author:
Erich Schubert

Method Summary
 Iterator<O> iterator()
          Retrieve an iterator for the result.
 

Method Detail

iterator

Iterator<O> iterator()
Retrieve an iterator for the result.

Specified by:
iterator in interface Iterable<O>
Returns:
iterator

Release 0.2.1 (2009-07-13_1605)