Interface IIterator<O,E extends java.lang.Exception>
-
- All Known Implementing Classes:
IteratorConvertingIterator,IteratorCountingIterator,IteratorFilteringIterator,IteratorFlattingIterator,JavaUtilIteratorFilteringIterator
public interface IIterator<O,E extends java.lang.Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()Onext()
-