Package org.vast.data
Class ScalarIterator
java.lang.Object
org.vast.data.DataIterator
org.vast.data.ScalarIterator
- All Implemented Interfaces:
 Iterable<DataComponent>,Iterator<DataComponent>
Iterates through scalar component definitions only. This does not iterate through each array value.
- Since:
 - Apr 21, 2010
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.vast.data.DataIterator
DataIterator.Record - 
Field Summary
Fields inherited from class org.vast.data.DataIterator
componentStack, rootComponent - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.vast.data.DataIterator
hasNext, iterator, remove, reset, skipChildrenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining 
- 
Constructor Details
- 
ScalarIterator
 
 - 
 - 
Method Details
- 
next
- Specified by:
 nextin interfaceIterator<DataComponent>- Overrides:
 nextin classDataIterator
 - 
nextPath
 
 -