VALUE
- is the generic type of the values to sort
.public interface AttributeReadSortComparator<VALUE>
sort-comparator
attribute of an
object.AttributeWriteSortComparator
Modifier and Type | Method and Description |
---|---|
Comparator<VALUE> |
getSortComparator()
This method gets the
Comparator used to compare and
sort the values. |
Comparator<VALUE> getSortComparator()
Comparator
used to compare
and
sort the values.Comparator
used to sort the values. May be null
if NOT set what will
prevent sorting.Copyright © 2001–2016 mmm-Team. All rights reserved.