Package org.meeuw.json.grep
Interface GrepMainIterator
-
- All Superinterfaces:
Iterator<GrepMainRecord>
public interface GrepMainIterator extends Iterator<GrepMainRecord>
- Since:
- 0.8
- Author:
- Michiel Meeuwissen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMaxRecordSize()-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-