Interface ISort

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFieldName()  
      boolean isAscending()  
      boolean isCaseSensitive()  
      void resolveFields​(DataShapeDefinition fields)  
      void setAscending​(boolean value)  
      void setFieldName​(java.lang.String value)  
      java.lang.Object toJSON()


      Produces JSON representation of this sorter as either JSONObject or JSONArray as most appropriate.
      org.json.JSONArray toJSONArray()


      Produces JSONArray representation of this sorter.
      • Methods inherited from interface java.util.Comparator

        compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong