public class CacheIterator<K,V> extends Object implements Iterator<Map.Entry<K,V>>
CacheIterator(Iterator<Map.Entry<K,? extends ValueObject<K,V>>> iterator)
boolean
hasNext()
Map.Entry<K,V>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public CacheIterator(Iterator<Map.Entry<K,? extends ValueObject<K,V>>> iterator)
public boolean hasNext()
hasNext
Iterator<Map.Entry<K,V>>
public Map.Entry<K,V> next()
next
public void remove()
remove
Copyright © 2019. All rights reserved.