org.modeshape.graph.property.basic
Class AbstractValueFactories.ValueFactoryIterator

java.lang.Object
  extended by org.modeshape.graph.property.basic.AbstractValueFactories.ValueFactoryIterator
All Implemented Interfaces:
Iterator<ValueFactory<?>>
Enclosing class:
AbstractValueFactories

protected class AbstractValueFactories.ValueFactoryIterator
extends Object
implements Iterator<ValueFactory<?>>


Constructor Summary
protected AbstractValueFactories.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

AbstractValueFactories.ValueFactoryIterator

protected AbstractValueFactories.ValueFactoryIterator()
Method Detail

hasNext

public boolean hasNext()

Specified by:
hasNext in interface Iterator<ValueFactory<?>>
See Also:
Iterator.hasNext()

next

public ValueFactory<?> next()

Specified by:
next in interface Iterator<ValueFactory<?>>
See Also:
Iterator.next()

remove

public void remove()

Specified by:
remove in interface Iterator<ValueFactory<?>>
See Also:
Iterator.remove()


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