|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.common.AttributeChangeIterator
Iterates over a collection of AttributeChangeOperation objects
Constructor Summary | |
---|---|
AttributeChangeIterator(java.util.Collection collection)
Creates new AttributeChangeIterator. |
Method Summary | |
---|---|
boolean |
hasNext()
Determines whether there is another element in the sequence |
AttributeChangeOperation |
next()
Gets the next element in the sequence and advances the iterator |
void |
remove()
Remove the last element returned by the iterator. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeChangeIterator(java.util.Collection collection)
collection
- Collection of AttributeChangeOperationMethod Detail |
public boolean hasNext()
public AttributeChangeOperation next()
public void remove() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- if the next method has not
yet been called, or the remove method has already
been called after the last call to the next
method.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |