|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.common.AttributeValueIterator
public class 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 |
void |
remove()
Not implemented |
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()
hasNext
in interface java.util.Iterator<AttributeValue>
public AttributeValue next()
next
in interface java.util.Iterator<AttributeValue>
public void remove()
remove
in interface java.util.Iterator<AttributeValue>
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |