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

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<Map.Entry<String,Object>>
          extended by org.jbpm.jsf.core.impl.UpdatesHashMap.EntrySet
All Implemented Interfaces:
Serializable, Iterable<Map.Entry<String,Object>>, Collection<Map.Entry<String,Object>>, Set<Map.Entry<String,Object>>
Enclosing class:
UpdatesHashMap

public static final class UpdatesHashMap.EntrySet
extends AbstractSet<Map.Entry<String,Object>>
implements Serializable

See Also:
Serialized Form

Constructor Summary
UpdatesHashMap.EntrySet(UpdatesHashMap updatesHashMap)
           
 
Method Summary
 boolean isEmpty()
           
 Iterator<Map.Entry<String,Object>> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, remove, retainAll, toArray, toArray
 

Constructor Detail

UpdatesHashMap.EntrySet

public UpdatesHashMap.EntrySet(UpdatesHashMap updatesHashMap)
Method Detail

iterator

public Iterator<Map.Entry<String,Object>> iterator()
Specified by:
iterator in interface Iterable<Map.Entry<String,Object>>
Specified by:
iterator in interface Collection<Map.Entry<String,Object>>
Specified by:
iterator in interface Set<Map.Entry<String,Object>>
Specified by:
iterator in class AbstractCollection<Map.Entry<String,Object>>

size

public int size()
Specified by:
size in interface Collection<Map.Entry<String,Object>>
Specified by:
size in interface Set<Map.Entry<String,Object>>
Specified by:
size in class AbstractCollection<Map.Entry<String,Object>>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Collection<Map.Entry<String,Object>>
Specified by:
isEmpty in interface Set<Map.Entry<String,Object>>
Overrides:
isEmpty in class AbstractCollection<Map.Entry<String,Object>>