K
- type of the keyV
- type of the value@FunctionalInterface public interface MapEvictionPolicyComparator<K,V> extends EvictionPolicyComparator<K,V,EntryView<K,V>>
IMap
specific EvictionPolicyComparator
for
comparing EntryView
s to be evicted.
Implementors of the comparator have to implement equals
and hashCode
methods
to support correct config comparison.EvictionPolicyComparator
,
EntryView
Modifier and Type | Method and Description |
---|---|
int |
compare(EntryView<K,V> o1,
EntryView<K,V> o2)
Compares the given
EntryView instances and
returns the result. |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Copyright © 2021 Hazelcast, Inc.. All rights reserved.