org.modeshape.graph.property.basic
Class BasicSingleValueProperty.ValueIterator

java.lang.Object
  extended by org.modeshape.graph.property.basic.BasicSingleValueProperty.ValueIterator
All Implemented Interfaces:
Iterator<Object>
Enclosing class:
BasicSingleValueProperty

protected class BasicSingleValueProperty.ValueIterator
extends Object
implements Iterator<Object>


Constructor Summary
protected BasicSingleValueProperty.ValueIterator()
           
 
Method Summary
 boolean hasNext()
          
 Object next()
          
 void remove()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSingleValueProperty.ValueIterator

protected BasicSingleValueProperty.ValueIterator()
Method Detail

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-2010 JBoss, a division of Red Hat. All Rights Reserved.