com.myJava.util.collections
Class CompositeSetIterator
java.lang.Object
com.myJava.util.collections.CompositeSetIterator
- All Implemented Interfaces:
- java.util.Iterator
public class CompositeSetIterator
- extends java.lang.Object
- implements java.util.Iterator
Composite iterator built upon a map containing Sets indexed by keys.
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeSetIterator
public CompositeSetIterator(java.util.Map content)
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator
next
public java.lang.Object next()
- Specified by:
next
in interface java.util.Iterator