ModeShape Distribution 3.0.0.CR1

org.modeshape.common.collection
Class AbstractMultimap.EntryIterator

java.lang.Object
  extended by org.modeshape.common.collection.AbstractMultimap.EntryIterator
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Enclosing class:
AbstractMultimap<K,V>

protected final class AbstractMultimap.EntryIterator
extends Object
implements Iterator<Map.Entry<K,V>>


Method Summary
 boolean hasNext()
          
 Map.Entry<K,V> next()
          
protected  void nextKey()
           
 void remove()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nextKey

protected void nextKey()

hasNext

public boolean hasNext()

Specified by:
hasNext in interface Iterator<Map.Entry<K,V>>
See Also:
Iterator.hasNext()

next

public Map.Entry<K,V> next()

Specified by:
next in interface Iterator<Map.Entry<K,V>>
See Also:
Iterator.next()

remove

public void remove()

Specified by:
remove in interface Iterator<Map.Entry<K,V>>
See Also:
Iterator.remove()

ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.