ModeShape Distribution 3.3.0.Final

org.modeshape.jcr
Class ExecutionContext.ContextFactories.ValueFactoryIterator

java.lang.Object
  extended by 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<?>>


Constructor Summary
protected ExecutionContext.ContextFactories.ValueFactoryIterator()
           
 
Method Summary
 boolean hasNext()
           
 ValueFactory<?> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContext.ContextFactories.ValueFactoryIterator

protected ExecutionContext.ContextFactories.ValueFactoryIterator()
Method Detail

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<?>>

ModeShape Distribution 3.3.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.