Interface ListCacheRecordComparator<T>
- All Superinterfaces:
Comparator<T>
,Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ListCacheRecordComparator<T>
extends Comparator<T>, Serializable
Comparator used by
ListCache
.-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Returns whether this comparator uses data that must be loaded by a page extension assembler.Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
usesPageExtensionData
default boolean usesPageExtensionData()Returns whether this comparator uses data that must be loaded by a page extension assembler. This is only used in base record pagination mode.
-