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, skipChildren
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ScalarIterator
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator<DataComponent>
- Overrides:
next
in classDataIterator
-
nextPath
-