public class DataContainerRemoveIterator<K,V> extends Object implements Iterator<CacheEntry<K,V>>
Constructor and Description |
---|
DataContainerRemoveIterator(Cache<K,V> cache) |
DataContainerRemoveIterator(Cache<K,V> cache,
DataContainer<K,V> dataContainer) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
CacheEntry<K,V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<CacheEntry<K,V>>
public CacheEntry<K,V> next()
next
in interface Iterator<CacheEntry<K,V>>
public void remove()
remove
in interface Iterator<CacheEntry<K,V>>
Copyright © 2021 JBoss by Red Hat. All rights reserved.