This method is used to determine order of entries when sorting.
a
comes after b
,a
comes before b
,a
and b
are indistinguishable in this sorting mechanism.
Their order with respect to each other is undefined.
This method must always return the same result given the same pair of keys.first entry
second entry
order index
Generated using TypeDoc
Comparator is used to compare two map entries in a distributed map. A comparator class with the same functionality should be registered on Hazelcast cluster members in order to be used in PagingPredicates.