|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.inspirel.yami.Parameters.EntryIterator
public static class Parameters.EntryIterator
Iterator class for visiting all entries in the collection.
| Method Summary | |
|---|---|
boolean |
hasNext()
Returns true if the iteration has more entries. |
Parameters.Entry |
next()
Returns the next Parameters.Entry in the iteration. |
void |
remove()
This operation is not supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean hasNext()
true if the iteration has more entries.
(In other words, returns true if next
would return a valid Parameters.Entry object
rather than throwing an exception.)
hasNext in interface java.util.Iterator<Parameters.Entry>true if the iteration has more entriespublic Parameters.Entry next()
Parameters.Entry in the iteration.
next in interface java.util.Iterator<Parameters.Entry>java.util.NoSuchElementException - - iteration has no more entriespublic void remove()
remove in interface java.util.Iterator<Parameters.Entry>java.lang.UnsupportedOperationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||