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