|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.binding.util.MultipleValueMap.MultipleIterator
public class MultipleValueMap.MultipleIterator
Iterator for only the multiple-valued keys in the map.
| Constructor Summary | |
|---|---|
protected |
MultipleValueMap.MultipleIterator()
Constructor. |
| Method Summary | |
|---|---|
boolean |
hasNext()
Check for another multiple-valued key present. |
Object |
next()
Get the next multiple-valued key in map. |
void |
remove()
Remove current multiple-valued key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MultipleValueMap.MultipleIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iteratortrue if present, false if notpublic Object next()
next in interface Iteratorpublic void remove()
remove in interface Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||