ModeShape Distribution 3.0.0.CR1

org.modeshape.jcr.value.basic
Class AbstractValueFactories.ValueFactoryIterator

java.lang.Object
  extended by org.modeshape.jcr.value.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<?>>

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.0.0.CR1

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