edu.mit.jmwe.util
Class CompositeCollection.CompositeCollectionItr
java.lang.Object
edu.mit.jmwe.util.CompositeCollection.CompositeCollectionItr
- All Implemented Interfaces:
- Iterator<E>
- Enclosing class:
- CompositeCollection<E>
protected class CompositeCollection.CompositeCollectionItr
- extends Object
- implements Iterator<E>
An iterator over the elements of this composite collection.
- Since:
- jMWE 1.0.0
- Version:
- $Id: CompositeCollection.java 555 2011-05-05 19:20:59Z markaf $
- Author:
- M.A. Finlayson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeCollection.CompositeCollectionItr
public CompositeCollection.CompositeCollectionItr()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<E>
next
public E next()
- Specified by:
next
in interface Iterator<E>
remove
public void remove()
- Specified by:
remove
in interface Iterator<E>
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.