public class ReadOnlySegmentAwareEntryIterator<K,V> extends ReadOnlySegmentAwareIterator<Map.Entry<K,V>>
This iterator is specifically used with the ReadOnlySegmentAwareEntryCollection so
that it will properly filter out entries by their key instead of by the entry instance
allowedSegments, iter, next, topology| Constructor and Description |
|---|
ReadOnlySegmentAwareEntryIterator(Iterator<Map.Entry<K,V>> iter,
LocalizedCacheTopology topology,
IntSet allowedSegments) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
valueAllowed(Object obj) |
findNext, hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected boolean valueAllowed(Object obj)
valueAllowed in class ReadOnlySegmentAwareIterator<Map.Entry<K,V>>Copyright © 2021 JBoss by Red Hat. All rights reserved.