public class AbstractIterableLocator.ElementIterator extends Object implements Iterator<T>
| Constructor and Description |
|---|
AbstractIterableLocator.ElementIterator()
Instantiates a new element iterator.
|
public AbstractIterableLocator.ElementIterator()
Instantiates a new element iterator.
Set iteration index to first element and then try to found actual count for given elements.
public boolean hasNext()
hasNext in interface Iterator<T extends IterableLocator<T>>public void remove()
remove in interface Iterator<T extends IterableLocator<T>>UnsupportedOperationException - in every callCopyright © 2013 JBoss by Red Hat. All Rights Reserved.