|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Iterator | |
org.hsqldb | |
org.hsqldb.lib | |
org.hsqldb.store |
Uses of Iterator in org.hsqldb |
Methods in org.hsqldb that return Iterator | |
Iterator |
BaseTable.iterator()
|
Iterator |
Result.iterator()
|
Uses of Iterator in org.hsqldb.lib |
Classes in org.hsqldb.lib that implement Iterator | |
class |
WrapperIterator
An Iterator that returns the elements of a specified array, or other iterators etc. |
Methods in org.hsqldb.lib that return Iterator | |
Iterator |
Collection.iterator()
|
Iterator |
HashSet.iterator()
|
Iterator |
HsqlList.iterator()
|
Iterator |
Set.iterator()
|
Constructors in org.hsqldb.lib with parameters of type Iterator | |
WrapperIterator(Iterator it1,
Iterator it2)
Constructor for a chained iterator that retuns the elements of the two specified iterators. |
Uses of Iterator in org.hsqldb.store |
Classes in org.hsqldb.store that implement Iterator | |
protected class |
BaseHashMap.BaseHashIterator
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |