|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.decorator.java.util.SetDecorator
com.taco.data.AbstractNoReturnMap.NoReturnEntrySet
com.taco.data.ObservableMap.EntrySet
protected class ObservableMap.EntrySet
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 |
---|
public ObservableMap.EntrySet(java.util.Set decoratee)
Method Detail |
---|
public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
iterator
in interface java.util.Collection
iterator
in interface java.util.Set
iterator
in class AbstractNoReturnMap.NoReturnEntrySet
public boolean remove(java.lang.Object obj)
remove
in interface java.util.Collection
remove
in interface java.util.Set
remove
in class SetDecorator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |