com.glaivestone.javax.util
Interface AssociationIterator

All Superinterfaces:
java.util.Iterator
All Known Implementing Classes:
AssociationItr

public interface AssociationIterator
extends java.util.Iterator

This interface is an Iterator over Association objects (key-value pairs).

Note that types like this interface will not be needed when support for generics is added to the Java language. However, even with such language support a specifically typed interface such as this can still have some value by providing a more straightforward notation than the probable '<' and '>' C++-template-like notation used to support generics.

Version:
1.0
Author:
Gary Gregory

Method Summary
 Association nextAssociation()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextAssociation

public Association nextAssociation()

GFL 1.1 API