protected class AbstractValueFactories.ValueFactoryIterator extends Object implements Iterator<ValueFactory<?>>
Modifier | Constructor and Description |
---|---|
protected |
AbstractValueFactories.ValueFactoryIterator() |
protected AbstractValueFactories.ValueFactoryIterator()
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-2015 JBoss, a division of Red Hat. All Rights Reserved.