org.apache.jcs.engine.memory.lru
Class LRUMemoryCache.IteratorWrapper

java.lang.Object
  extended by org.apache.jcs.engine.memory.lru.LRUMemoryCache.IteratorWrapper
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
LRUMemoryCache

public class LRUMemoryCache.IteratorWrapper
extends java.lang.Object
implements java.util.Iterator

iteration aid


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

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

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.