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
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
nextAssociation
public Association nextAssociation()