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:
nextin interfaceIterator<E>- Throws:
NoSuchElementException
-
nextInt
- Specified by:
nextIntin interfaceIterator<E>- Throws:
NoSuchElementException
-
nextLong
- Specified by:
nextLongin interfaceIterator<E>- Throws:
NoSuchElementException
-
remove
- Specified by:
removein interfaceIterator<E>- Throws:
NoSuchElementException
-