protected static class MruList.MruIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator |
_entryIterator
the iterator *
|
| Constructor and Description |
|---|
MruIterator(java.util.Iterator entryIterator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |