com.taco.data
Class ObservableMap.EntrySet

java.lang.Object
  extended by com.taco.decorator.java.util.SetDecorator
      extended by com.taco.data.AbstractNoReturnMap.NoReturnEntrySet
          extended by com.taco.data.ObservableMap.EntrySet
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.Set
Enclosing class:
ObservableMap

protected class ObservableMap.EntrySet
extends AbstractNoReturnMap.NoReturnEntrySet

The set used as the entry set of the map.


Nested Class Summary
protected  class ObservableMap.EntrySet.EntrySetIterator
          An iterator over the entry set for this map, which is based on the the iterator over the entry set of the underlying storage map.
protected  class ObservableMap.EntrySet.ObservableEntry
           
 
Field Summary
 
Fields inherited from class com.taco.decorator.java.util.SetDecorator
_decoratee
 
Constructor Summary
ObservableMap.EntrySet(java.util.Set decoratee)
           
 
Method Summary
 java.util.Iterator iterator()
           
 boolean remove(java.lang.Object obj)
           
 
Methods inherited from class com.taco.decorator.java.util.SetDecorator
add, addAll, clear, contains, containsAll, equals, getDecoratee, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservableMap.EntrySet

public ObservableMap.EntrySet(java.util.Set decoratee)
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.lang.Iterable
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in interface java.util.Set
Overrides:
iterator in class AbstractNoReturnMap.NoReturnEntrySet

remove

public boolean remove(java.lang.Object obj)
Specified by:
remove in interface java.util.Collection
Specified by:
remove in interface java.util.Set
Overrides:
remove in class SetDecorator