public class CollectionIterator
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
CollectionIterator.IteratorHandler |
Constructor and Description |
---|
CollectionIterator(java.util.Collection targetCollection) |
Modifier and Type | Method and Description |
---|---|
void |
iterate(CollectionIterator.IteratorHandler handler) |
public CollectionIterator(java.util.Collection targetCollection)
public void iterate(CollectionIterator.IteratorHandler handler)