public class IteratorAdapter extends Object implements Iterator
Constructor and Description |
---|
IteratorAdapter(Enumeration e) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public IteratorAdapter(Enumeration e)
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.