public class ReferenceEntryIterator<K,V> extends AbstractIterator<Map.Entry<K,V>>
| Constructor and Description |
|---|
ReferenceEntryIterator(Collection<Map.Entry<K,Reference<V>>> collection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
protected Map.Entry<K,V> |
getNext() |
close, doInit, finalize, hasNext, init, iterator, next, remove, setLoadNextclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakpublic ReferenceEntryIterator(Collection<Map.Entry<K,Reference<V>>> collection)
protected void doClose()
doClose in class AbstractIterator<Map.Entry<K,V>>protected Map.Entry<K,V> getNext() throws NoSuchElementException
getNext in class AbstractIterator<Map.Entry<K,V>>NoSuchElementExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.