public static interface IlvDashboardSymbol.ParameterIterator
IlvDashboardSymbol
parameters/IlvDashboardSymbol
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Tests to see if the collection contains more
Parameter instances. |
IlvDashboardSymbol.Parameter |
next()
Returns the next symbol parameter in the collection
|
void |
remove()
Removes the last Symbol Parameters returned by the
iterator.
|
boolean hasNext()
Parameter
instances.True
if the iterator contains more elements.IlvDashboardSymbol.Parameter next()
Note: call this method only after a call to
hasNext()
has returned true
.
NoSuchElementException
- if no more
Parameter
instances exist in the collection.void remove()
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 the next
method.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.