- java.lang.Object
-
- org.hsqldb.lib.FilteredIterator<E>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilteredIterator.Filter<E>
-
Constructor Summary
Constructors Constructor Description FilteredIterator(Iterator<E> iterator, FilteredIterator.Filter<E> filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Enext()intnextInt()longnextLong()voidremove()
-
-
-
Constructor Detail
-
FilteredIterator
public FilteredIterator(Iterator<E> iterator, FilteredIterator.Filter<E> filter)
-
-
Method Detail
-
next
public E next() throws java.util.NoSuchElementException
-
nextInt
public int nextInt() throws java.util.NoSuchElementException
-
nextLong
public long nextLong() throws java.util.NoSuchElementException
-
-