|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.common.AttributeChangeIterator
public class AttributeChangeIterator
Iterates over a collection of AttributeChangeOperation objects
Constructor Summary | |
---|---|
AttributeChangeIterator(java.util.Collection<AttributeChangeOperation> 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<AttributeChangeOperation> collection)
collection
- Collection of AttributeChangeOperationMethod Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<AttributeChangeOperation>
public AttributeChangeOperation next()
next
in interface java.util.Iterator<AttributeChangeOperation>
public void remove() throws java.lang.IllegalStateException
remove
in interface java.util.Iterator<AttributeChangeOperation>
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 |