Package io.jmix.flowui.model.impl
Class AbstractComparator<T>
java.lang.Object
io.jmix.flowui.model.impl.AbstractComparator<T>
- All Implemented Interfaces:
Comparator<T>
- Direct Known Subclasses:
EntityValuesComparator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Metadataprotected MetadataToolsprotected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
asc
protected boolean asc -
nullsLast
protected int nullsLast -
metadata
-
metadataTools
-
-
Constructor Details
-
AbstractComparator
protected AbstractComparator(boolean asc)
-
-
Method Details
-
__compare
-
compareAsc
-