protected class AbstractInternalDataContainer.EntryIterator extends AbstractIterator<InternalCacheEntry<K,V>>
| Constructor and Description |
|---|
EntryIterator(Iterator<InternalCacheEntry<K,V>> it) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalCacheEntry<K,V> |
getNext()
Method to implement to provide an iterator implementation.
|
forEachRemaining, hasNext, nextpublic EntryIterator(Iterator<InternalCacheEntry<K,V>> it)
protected InternalCacheEntry<K,V> getNext()
AbstractIteratorgetNext in class AbstractIterator<InternalCacheEntry<K,V>>Copyright © 2022 JBoss by Red Hat. All rights reserved.