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 TypeInterfaceDescriptioninterfaceMarker interface for iterators supporting nextInt or nextLong methods.Classes in org.hsqldb.lib that implement IteratorModifier and TypeClassDescriptionclassAn iterator with an added filter.classAn 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()IntHashSet.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.