public static final class SWFFont4Description.FTESubsetCompletionIterator extends Object implements Iterator<Integer>
| Constructor and Description |
|---|
FTESubsetCompletionIterator(Iterator<Integer> cpIter)
Construct an iterator for subset completion.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
Integer |
next()
Returns the next element in the iteration.
|
void |
remove()
Removes from the underlying collection the last element returned by the
iterator (optional operation).
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
public Integer next()
hasNext() method returns false will
return each element in the underlying collection exactly once.next in interface Iterator<Integer>NoSuchElementException - iteration has no more elements.public void remove()
remove in interface Iterator<Integer>IllegalStateException - if the next method has not
yet been called, or the remove method has already
been called after the last call to the next
method.Copyright © 2010 - 2020 Adobe. All Rights Reserved