de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy
Class HierarchyHashmapList.ItrAnc

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy.HierarchyHashmapList.ItrAnc
All Implemented Interfaces:
IterableIterator<O>, Iterable<O>, Iterator<O>
Enclosing class:
HierarchyHashmapList<O>

private class HierarchyHashmapList.ItrAnc
extends Object
implements IterableIterator<O>

Iterator over all Ancestors.


Field Summary
(package private)  Iterator<O> parentiter
          Iterator over parents
(package private)  O start
          Starting object (for cloning);
(package private)  Iterator<O> subiter
          Iterator of current parent
 
Constructor Summary
HierarchyHashmapList.ItrAnc(O start)
           
 
Method Summary
 boolean hasNext()
           
 Iterator<O> iterator()
           
 O next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

final O start
Starting object (for cloning);


parentiter

final Iterator<O> parentiter
Iterator over parents


subiter

Iterator<O> subiter
Iterator of current parent

Constructor Detail

HierarchyHashmapList.ItrAnc

public HierarchyHashmapList.ItrAnc(O start)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<O>

next

public O next()
Specified by:
next in interface Iterator<O>

remove

public void remove()
Specified by:
remove in interface Iterator<O>

iterator

public Iterator<O> iterator()
Specified by:
iterator in interface Iterable<O>

Release 0.4.0 (2011-09-20_1324)