ModeShape Distribution 3.0.0.Beta4

org.modeshape.common.collection
Class AbstractMultimap.ValueIterator

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

protected final class AbstractMultimap.ValueIterator
extends Object
implements Iterator<V>


Constructor Summary
protected AbstractMultimap.ValueIterator()
           
 
Method Summary
 boolean hasNext()
          
 V next()
          
 void remove()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMultimap.ValueIterator

protected AbstractMultimap.ValueIterator()
Method Detail

hasNext

public boolean hasNext()

Specified by:
hasNext in interface Iterator<V>
See Also:
Iterator.hasNext()

next

public V next()

Specified by:
next in interface Iterator<V>
See Also:
Iterator.next()

remove

public void remove()

Specified by:
remove in interface Iterator<V>
See Also:
Iterator.remove()

ModeShape Distribution 3.0.0.Beta4

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