com.taco.data
Class ObservableMap.EntrySet.EntrySetIterator

java.lang.Object
  extended by com.taco.data.ObservableMap.EntrySet.EntrySetIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
ObservableMap.EntrySet

protected class ObservableMap.EntrySet.EntrySetIterator
extends java.lang.Object
implements java.util.Iterator

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.


Field Summary
protected  java.util.Iterator _it
          The iterator over the entry set of the underlying storage.
 
Constructor Summary
ObservableMap.EntrySet.EntrySetIterator()
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_it

protected java.util.Iterator _it
The iterator over the entry set of the underlying storage.

Constructor Detail

ObservableMap.EntrySet.EntrySetIterator

public ObservableMap.EntrySet.EntrySetIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator