bamboo.util
Class LruMap.MyIterator

java.lang.Object
  extended by bamboo.util.LruMap.MyIterator
All Implemented Interfaces:
Iterator
Enclosing class:
LruMap

protected static class LruMap.MyIterator
extends Object
implements Iterator


Constructor Summary
LruMap.MyIterator(LruMap.Node n)
           
 
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
 

Constructor Detail

LruMap.MyIterator

public LruMap.MyIterator(LruMap.Node n)
Method Detail

next

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

hasNext

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

remove

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