| java.lang.Object |
| ↳ |
org.apache.directmemory.utils.NonStrictCacheValuesIterator<K, V> |
Class Overview
The relaxed iterator, it guarantees that if hasNext() returns true, the subsequent calling next() always returns a value.
This value might be stalled or expired.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.util.Iterator
|
abstract
boolean
|
hasNext()
|
|
abstract
E
|
next()
|
|
abstract
void
|
remove()
|
|
Public Constructors
Public Methods
public
boolean
hasNext
()