|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
O
- object class.public interface IterableResult<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)
Method Summary | |
---|---|
Iterator<O> |
iterator()
Retrieve an iterator for the result. |
Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result |
---|
getLongName, getShortName |
Method Detail |
---|
Iterator<O> iterator()
iterator
in interface Iterable<O>
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |