public class ReadOnlySegmentAwareEntryCollection<K,V> extends ReadOnlySegmentAwareCollection<Map.Entry<K,V>>
This iterator is used with specifically with the ReadOnlySegmentAwareEntryCollection
to properly filter the entry by the key instead of the entry instance itself.
allowedSegments, set, topology| Constructor and Description |
|---|
ReadOnlySegmentAwareEntryCollection(Set<Map.Entry<K,V>> set,
LocalizedCacheTopology topology,
IntSet allowedSegments) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<K,V>> |
iterator() |
protected boolean |
valueAllowed(Object obj) |
contains, containsAll, delegate, isEmpty, sizeadd, addAll, clear, forEach, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodeprotected boolean valueAllowed(Object obj)
valueAllowed in class ReadOnlySegmentAwareCollection<Map.Entry<K,V>>Copyright © 2021 JBoss by Red Hat. All rights reserved.