Class RMValueSort

java.lang.Object
com.inductiveautomation.rm.base.RMSort
com.inductiveautomation.rm.base.RMValueSort
All Implemented Interfaces:
Archivable, RMJSONArchiver.GetKeys, Cloneable, Comparator

public class RMValueSort extends RMSort
This is a sort subclass to support sorting objects by their relative position in an array of values.
  • Constructor Details

    • RMValueSort

      public RMValueSort(String aKey, List aValuesList)
      Creates a new value sort.
  • Method Details