org.jbpm.jsf.core.impl
Class UpdatesHashMap.EntrySetIterator

java.lang.Object
  extended by org.jbpm.jsf.core.impl.UpdatesHashMap.EntrySetIterator
All Implemented Interfaces:
Iterator<Map.Entry<String,Object>>
Enclosing class:
UpdatesHashMap

public static final class UpdatesHashMap.EntrySetIterator
extends Object
implements Iterator<Map.Entry<String,Object>>


Constructor Summary
UpdatesHashMap.EntrySetIterator(UpdatesHashMap updatesHashMap)
           
 
Method Summary
 boolean hasNext()
           
 Map.Entry<String,Object> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatesHashMap.EntrySetIterator

public UpdatesHashMap.EntrySetIterator(UpdatesHashMap updatesHashMap)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Map.Entry<String,Object>>

next

public Map.Entry<String,Object> next()
Specified by:
next in interface Iterator<Map.Entry<String,Object>>

remove

public void remove()
Specified by:
remove in interface Iterator<Map.Entry<String,Object>>