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