com.taco.data
Class WrappedKeyValueMap.WrappedEntryIterator

java.lang.Object
  extended by com.taco.data.WrappedKeyValueMap.WrappedEntryIterator
All Implemented Interfaces:
java.util.Iterator
Direct Known Subclasses:
WrappedObservableMap.WrappedObservableEntryIterator
Enclosing class:
WrappedKeyValueMap

protected class WrappedKeyValueMap.WrappedEntryIterator
extends java.lang.Object
implements java.util.Iterator

An iterator over the entry set.


Field Summary
protected  java.util.Iterator _innerIterator
          The iterator into the storage map's entry set that this iterator corresponds to.
 
Constructor Summary
WrappedKeyValueMap.WrappedEntryIterator()
           
 
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

_innerIterator

protected java.util.Iterator _innerIterator
The iterator into the storage map's entry set that this iterator corresponds to.

Constructor Detail

WrappedKeyValueMap.WrappedEntryIterator

public WrappedKeyValueMap.WrappedEntryIterator()
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