| Constructor and Description |
|---|
EnumerationIterator(Enumeration enumeration)
Creates a new iteratorwrapper instance for the specified Enumeration.
|
public EnumerationIterator(Enumeration enumeration)
enumeration - The Enumeration to wrap.public T next()
public boolean hasNext()
public void remove()
Copyright © 2014. All rights reserved.