soot.util
Class IterableMap.Mapping_Iterator

java.lang.Object
  extended by soot.util.IterableMap.Mapping_Iterator
All Implemented Interfaces:
Iterator
Enclosing class:
IterableMap

public class IterableMap.Mapping_Iterator
extends Object
implements Iterator


Constructor Summary
IterableMap.Mapping_Iterator(HashChain c, HashMap<Object,Object> m)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterableMap.Mapping_Iterator

public IterableMap.Mapping_Iterator(HashChain c,
                                    HashMap<Object,Object> m)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
            throws NoSuchElementException
Specified by:
next in interface Iterator
Throws:
NoSuchElementException

remove

public void remove()
            throws UnsupportedOperationException
Specified by:
remove in interface Iterator
Throws:
UnsupportedOperationException