Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.utilities.IterableIterator

Packages that use IterableIterator
de.lmu.ifi.dbs.elki.properties Property handling and main ELKI properties file. 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ... 
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters Classes for various typed parameters. 
de.lmu.ifi.dbs.elki.utilities.xml XML and XHTML utilities. 
 

Uses of IterableIterator in de.lmu.ifi.dbs.elki.properties
 

Classes in de.lmu.ifi.dbs.elki.properties that implement IterableIterator
 class IterateKnownImplementations
          Iterator over all instanciable classes of a given superclass/interface.
 

Uses of IterableIterator in de.lmu.ifi.dbs.elki.result
 

Methods in de.lmu.ifi.dbs.elki.result that return IterableIterator
 IterableIterator<Integer> OrderingFromHashMap.iter(Collection<Integer> ids)
          Sort the given collection according to this map.
 IterableIterator<Integer> OrderingFromAssociation.iter(Collection<Integer> ids)
          Sort the given collection of IDs and return an iterator for the result.
 IterableIterator<Integer> ClusterOrderResult.ClusterOrderAdapter.iter(Collection<Integer> ids)
          Use the cluster order to sort the given collection ids.
 IterableIterator<Integer> OrderingResult.iter(Collection<Integer> ids)
          Sort the given ids according to this ordering and return an iterator.
 

Uses of IterableIterator in de.lmu.ifi.dbs.elki.utilities
 

Classes in de.lmu.ifi.dbs.elki.utilities that implement IterableIterator
 class IterableIteratorAdapter<T>
          This interface can convert an Iterable to an Iterator or the other way round.
 

Uses of IterableIterator in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters that return IterableIterator
 IterableIterator<Class<?>> ClassParameter.getKnownImplementations()
          Get an iterator over all known implementations of the class restriction.
 

Uses of IterableIterator in de.lmu.ifi.dbs.elki.utilities.xml
 

Classes in de.lmu.ifi.dbs.elki.utilities.xml that implement IterableIterator
 class XMLNodeIterator
          Simple adapter class to iterate over a DOM tree nodes children.
 class XMLNodeListIterator
          Simple adapter class to iterate over a DOM tree nodes children.
 


Release 0.3 (2010-03-31_1612)