public interface IlvDashboardGraphicIterator
IlvGraphic
instances.IlvGraphic
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Tests to see if the collection contains more
IlvGraphic instances. |
IlvGraphic |
next()
Returns the next
IlvGraphic instance in the collection. |
void |
remove()
Removes the
IlvGraphic instance that was returned
by the last call to next() . |
boolean hasNext()
IlvGraphic
instances.true
if the collection contains more
IlvGraphic
instances.next()
IlvGraphic next()
IlvGraphic
instance in the collection.
Note: call this method only after a call to
hasNext()
has returned true
.
NoSuchElementException
- if no more IlvDashboardDiagram
instances exist in the collection.void remove()
IlvGraphic
instance that was returned
by the last call to next()
.
This method can be called only once per call to next
.
UnsupportedOperationException
- if the remove
operation is not supported by this iterator.IllegalStateException
- if the next
method has not
yet been called, or the remove
method has already
been called after the last call to next
.next()
,
hasNext()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.