org.modeshape.common.collection
Class AbstractMultimap.ValueIterator
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMultimap.ValueIterator
protected AbstractMultimap.ValueIterator()
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()
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.