java.lang.Object
org.hsqldb.lib.FilteredIterator<E>
- All Implemented Interfaces:
Iterator<E>
An iterator with an added filter.
- Since:
- 2.5.1
- Author:
- Fred Toussi (fredt@users dot sourceforge.net)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FilteredIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
- Specified by:
next
in interfaceIterator<E>
- Throws:
NoSuchElementException
-
nextInt
- Specified by:
nextInt
in interfaceIterator<E>
- Throws:
NoSuchElementException
-
nextLong
- Specified by:
nextLong
in interfaceIterator<E>
- Throws:
NoSuchElementException
-
remove
- Specified by:
remove
in interfaceIterator<E>
- Throws:
NoSuchElementException
-