Uses of Interface
org.hsqldb.lib.Iterator
Packages that use Iterator
-
Uses of Iterator in org.hsqldb.lib
Subinterfaces of Iterator in org.hsqldb.libModifier and TypeInterfaceDescriptioninterface
Marker interface for iterators supporting nextInt or nextLong methods.Classes in org.hsqldb.lib that implement IteratorModifier and TypeClassDescriptionclass
An iterator with an added filter.class
An Iterator that returns the elements of a specified array, or other iterators etc.Methods in org.hsqldb.lib that return IteratorModifier and TypeMethodDescriptionHsqlDeque.descendingIterator()
MultiValueHashMap.getValuesIterator
(Object key) Returns an iterator on all values associated with the key.Collection.iterator()
HashSet.iterator()
List.iterator()
Constructors in org.hsqldb.lib with parameters of type IteratorModifierConstructorDescriptionFilteredIterator
(Iterator<E> iterator, FilteredIterator.Filter<E> filter) WrapperIterator
(Iterator<E> it1, Iterator<E> it2) Constructor for a chained iterator that returns the elements of the two specified iterators.