org.modeshape.jcr
Class ExecutionContext.ContextFactories.ValueFactoryIterator
java.lang.Object
org.modeshape.jcr.ExecutionContext.ContextFactories.ValueFactoryIterator
- All Implemented Interfaces:
- Iterator<ValueFactory<?>>
- Enclosing class:
- ExecutionContext.ContextFactories
protected class ExecutionContext.ContextFactories.ValueFactoryIterator
- extends Object
- implements Iterator<ValueFactory<?>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionContext.ContextFactories.ValueFactoryIterator
protected ExecutionContext.ContextFactories.ValueFactoryIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<ValueFactory<?>>
next
public ValueFactory<?> next()
- Specified by:
next
in interface Iterator<ValueFactory<?>>
remove
public void remove()
- Specified by:
remove
in interface Iterator<ValueFactory<?>>
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.