mail
Class Store.EntryIterator

java.lang.Object
  extended by mail.Store.EntryIterator
All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<K,V>>
Enclosing class:
Store<K extends ID,V>

private class Store.EntryIterator
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<K,V>>


Field Summary
(package private)  java.util.Iterator<java.util.Map.Entry<java.lang.Object,java.lang.Object>> iter
           
 
Constructor Summary
Store.EntryIterator()
           
 
Method Summary
 boolean hasNext()
           
 Store.StoreEntry next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iter

java.util.Iterator<java.util.Map.Entry<java.lang.Object,java.lang.Object>> iter
Constructor Detail

Store.EntryIterator

public Store.EntryIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<java.util.Map.Entry<K extends ID,V>>

next

public Store.StoreEntry next()
Specified by:
next in interface java.util.Iterator<java.util.Map.Entry<K extends ID,V>>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<java.util.Map.Entry<K extends ID,V>>