au.com.zip.cs
Class EntityTableFieldIterator
java.lang.Object
au.com.zip.cs.UselessIterator
au.com.zip.cs.EntityTableFieldIterator
- All Implemented Interfaces:
- Iterator
public class EntityTableFieldIterator
- extends UselessIterator
An Iterator for an EntityTable
that iterates over field values instead of each Entity.
- Author:
- Cameron Simpson <cs@zip.com.au> 4jul2003
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityTableFieldIterator
public EntityTableFieldIterator(EntityTable t,
String f)
- Construct a EntityTableFieldIterator for the specified field.
- Parameters:
t - the source EntityTablef - the field of interest
hasNext
public boolean hasNext()
next
public Object next()