protected class LRUHashtable.LRUValues extends AbstractCollection<V>
| Modifier and Type | Field and Description |
|---|---|
(package private) Collection<LRUHashtable.LRUEntry> |
col |
| Constructor and Description |
|---|
LRUValues() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<V> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streamfinal Collection<LRUHashtable.LRUEntry> col
public int size()
size in interface Collection<V>size in class AbstractCollection<V>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}