Class BasicSorter

  • All Implemented Interfaces:
    Sortable

    public class BasicSorter
    extends Object
    implements Sortable
    A very basic sorter. This will just sort Identifiable objects on their unique identifier.

    Created by Jeff Gaynor
    on 5/22/14 at 9:52 AM

    • Constructor Detail

      • BasicSorter

        public BasicSorter()
    • Method Detail

      • setState

        public void setState​(String args)
        Description copied from interface: Sortable
        Given a string of arguments, set the internal state. Alternately, you can set the state manually.
        Specified by:
        setState in interface Sortable