Package io.jmix.ui.model.impl
Class AbstractComparator<T>
java.lang.Object
io.jmix.ui.model.impl.AbstractComparator<T>
- All Implemented Interfaces:
Comparator<T>
- Direct Known Subclasses:
EntityValuesComparator
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected Metadata
protected MetadataTools
protected int
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-