protected class AbstractMultimap.WrappedMap.WrappedMapEntryIterator extends Object implements Iterator<Map.Entry<K,Collection<V>>>
Modifier | Constructor and Description |
---|---|
protected |
AbstractMultimap.WrappedMap.WrappedMapEntryIterator() |
protected AbstractMultimap.WrappedMap.WrappedMapEntryIterator()
public boolean hasNext()
hasNext
in interface Iterator<Map.Entry<K,Collection<V>>>
Iterator.hasNext()
public Map.Entry<K,Collection<V>> next()
next
in interface Iterator<Map.Entry<K,Collection<V>>>
Iterator.next()
public void remove()
remove
in interface Iterator<Map.Entry<K,Collection<V>>>
Iterator.remove()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.