Package com.inductiveautomation.rm.base
Class RMValueSort
java.lang.Object
com.inductiveautomation.rm.base.RMSort
com.inductiveautomation.rm.base.RMValueSort
- All Implemented Interfaces:
- Archivable,- RMJSONArchiver.GetKeys,- Cloneable,- Comparator
This is a sort subclass to support sorting objects by their relative position in an array of values.
- 
Field SummaryFields inherited from class com.inductiveautomation.rm.base.RMSortCOMPARATOR, ORDER_ASCEND, ORDER_DESCEND, ORDER_INDETERMINATE, ORDER_SAME
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.rm.base.RMSortclone, Compare, equals, fromXML, getJSONKeys, getKey, getOrder, getOrderDefault, getOrderString, setKey, setOrder, setOrderString, sort, sort, sort, sort, sort, sortedList, sortedList, sortedList, toggleOrder, toString, toXMLMethods inherited from class java.lang.Objectfinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparatorreversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
RMValueSortCreates a new value sort.
 
- 
- 
Method Details- 
compareCompare objects with given RMSort.- Specified by:
- comparein interface- Comparator
- Overrides:
- comparein class- RMSort
 
 
-