Interface DataIterator
- All Known Implementing Classes:
DataFilteredCodeUnitIterator, DataIterator.IteratorWrapper, DataKeyIterator, DataRecordIterator, DefinedDataIterator, DefinedStringIterator, WrappingDataIterator
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Methods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
EMPTY
-
-
Method Details
-
of
Create a DataIterator that returns a sequence of the specified items.- Parameters:
dataInstances- variable length list of items that will be iterated- Returns:
- new Iterator
-
hasNext
-
next
-
iterator
-