Uses of Interface
acdp.Table.TableIterator
Packages that use Table.TableIterator
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
-
Uses of Table.TableIterator in acdp
Methods in acdp that return Table.TableIteratorModifier and TypeMethodDescriptionTable.iterator()
Returns an iterator over the rows of this table, semantically identical to theiterator(Column<?>...)
method invoked with no arguments.Returns an iterator over the rows of this table.Returns an iterator over the rows of this table starting with the first row that comes after the referenced row. -
Uses of Table.TableIterator in acdp.design
Methods in acdp.design that return Table.TableIteratorModifier and TypeMethodDescriptionfinal Table.TableIterator
CustomTable.iterator()
See Table.iterator()final Table.TableIterator
final Table.TableIterator