|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.common.AttributeValueIterator
Iterates over an AttributeValues object.
Constructor Summary | |
AttributeValueIterator(java.util.Map map)
Creates new AttributeValueIterator. |
Method Summary | |
boolean |
hasNext()
True if there is another element to be iterated over |
AttributeValue |
next()
The next value in the sequence |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeValueIterator(java.util.Map map)
map
- The map iterated overMethod Detail |
public boolean hasNext()
public AttributeValue next()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |