Class CompiledSort

  • All Implemented Interfaces:
    java.io.Serializable

    public class CompiledSort
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CompiledSort​(int fieldIndex, Sort sort)  
    • Method Summary

      Modifier and Type Method Description
      Sort.SortDirection getDirection()  
      int getFieldIndex()  
      int getOrder()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CompiledSort

        public CompiledSort​(int fieldIndex,
                            Sort sort)
    • Method Detail

      • getFieldIndex

        public int getFieldIndex()
      • getOrder

        public int getOrder()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object