org.mmbase.util
Class LRUHashtable.LRUEntrySetIterator

java.lang.Object
  extended byorg.mmbase.util.LRUHashtable.LRUEntrySetIterator
All Implemented Interfaces:
Iterator
Enclosing class:
LRUHashtable

protected class LRUHashtable.LRUEntrySetIterator
extends Object
implements Iterator

Used by 'entrySet' implementation, to make the Map modifiable.

Since:
MMBase-1.7.2

Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator


MMBase build 1.8.1.20060716