public interface IlvDashboardSymbolIterator
IlvDashboardSymbol
instances.IlvDashboardSymbol
,
IlvDashboardDiagram
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Tests to see if the collection contains more
IlvDashboardSymbol instances. |
IlvDashboardSymbol |
next()
Returns the next
IlvDashboardSymbol in the collection. |
void |
remove()
Removes the
IlvDashboardSymbol instance that was returned
by the last call to next() . |
boolean hasNext()
IlvDashboardSymbol
instances.true
if the collection contains more
IlvDashboardSymbol
instances.IlvDashboardSymbol next()
IlvDashboardSymbol
in the collection.
Note: call this method only after a call to
hasNext()
has returned true
.
IlvDashboardSymbol
in the collection.NoSuchElementException
- if no more
IlvDashboardSymbol
instances exist in the collection.void remove()
IlvDashboardSymbol
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
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.