org.modeshape.common.collection
Class LinkedListMultimap.KeyIterator

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

protected class LinkedListMultimap.KeyIterator
extends Object
implements Iterator<K>


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

Constructor Detail

LinkedListMultimap.KeyIterator

protected LinkedListMultimap.KeyIterator()
Method Detail

hasNext

public boolean hasNext()

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

next

public K next()

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

remove

public void remove()

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


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