au.com.zip.cs
Class EntityTableFieldIterator

java.lang.Object
  extended by au.com.zip.cs.UselessIterator
      extended by 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

Constructor Summary
EntityTableFieldIterator(EntityTable t, String f)
          Construct a EntityTableFieldIterator for the specified field.
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 
Methods inherited from class au.com.zip.cs.UselessIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityTableFieldIterator

public EntityTableFieldIterator(EntityTable t,
                                String f)
Construct a EntityTableFieldIterator for the specified field.

Parameters:
t - the source EntityTable
f - the field of interest
Method Detail

hasNext

public boolean hasNext()

next

public Object next()