Interface Order

    • Method Detail

      • getName

        String getName()
        Return the name of the orderable.
      • isAscending

        boolean isAscending()
        Order direction.
      • getComparator

        Comparator getComparator()
        Return a comparator for ordering by this element, or null if the ordering is done in the datastore.