protected class ExecutionContext.ContextFactories.ValueFactoryIterator extends Object implements Iterator<ValueFactory<?>>
Modifier | Constructor and Description |
---|---|
protected |
ValueFactoryIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ValueFactory<?> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<ValueFactory<?>>
public ValueFactory<?> next()
next
in interface Iterator<ValueFactory<?>>
public void remove()
remove
in interface Iterator<ValueFactory<?>>
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.