public class DefaultDataContainer.EntryIterator extends Object implements Iterator<InternalCacheEntry<K,V>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
InternalCacheEntry<K,V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic InternalCacheEntry<K,V> next()
next in interface Iterator<InternalCacheEntry<K,V>>public boolean hasNext()
hasNext in interface Iterator<InternalCacheEntry<K,V>>public void remove()
remove in interface Iterator<InternalCacheEntry<K,V>>Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.