ome.services.delete
Class BaseDeleteSpec.SubSpecIterator
java.lang.Object
ome.services.delete.BaseDeleteSpec.SubSpecIterator
- All Implemented Interfaces:
- Iterator<DeleteSpec>
- Enclosing class:
- BaseDeleteSpec
public static class BaseDeleteSpec.SubSpecIterator
- extends Object
- implements Iterator<DeleteSpec>
Iterator
which walks returns all DeleteSpec
s which are
reachable from the given spec, depth first including the spec itself. A
DeleteSpec
is "reachable" if it is the subspec of a
DeleteEntry
for a spec.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseDeleteSpec.SubSpecIterator
public BaseDeleteSpec.SubSpecIterator(DeleteSpec spec)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<DeleteSpec>
next
public DeleteSpec next()
- Specified by:
next
in interface Iterator<DeleteSpec>
remove
public void remove()
- Specified by:
remove
in interface Iterator<DeleteSpec>
OmeroJava Api
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.