Interface IParser
-
- All Superinterfaces:
AutoCloseable,Iterator<Token>
- All Known Implementing Classes:
CsvParser
public interface IParser extends Iterator<Token>, AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()IFiltergetSubFilter(String configId)-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-