Class SortSpec.SortFieldSpec

  • Enclosing class:
    SortSpec

    public static class SortSpec.SortFieldSpec
    extends Object
    Sort info for a Field.
    • Constructor Detail

      • SortFieldSpec

        public SortFieldSpec​(int fieldIndex,
                             boolean isAscendingOrder,
                             boolean nullIsLast)
    • Method Detail

      • getFieldIndex

        public int getFieldIndex()
      • getIsAscendingOrder

        public boolean getIsAscendingOrder()
      • getNullIsLast

        public boolean getNullIsLast()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object