public class MultipleValueMap.MultipleIterator extends Object implements Iterator
| Modifier | Constructor and Description |
|---|---|
protected |
MultipleIterator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected MultipleIterator()
public boolean hasNext()
public Object next()
Copyright © 2005–2016 jibx.org. All rights reserved.