edu.mit.jmwe.util
Class CompositeCollection.CompositeCollectionItr

java.lang.Object
  extended by 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

Constructor Summary
CompositeCollection.CompositeCollectionItr()
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeCollection.CompositeCollectionItr

public CompositeCollection.CompositeCollectionItr()
Method Detail

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.