Class ItemToBeSorted


  • public class ItemToBeSorted
    extends ObjectToBeSorted
    This class is a specialization of class ObjectToBeSorted for use when the sequence being sorted is a sequence of items (including tuples, which are represented as items).
    • Constructor Detail

      • ItemToBeSorted

        public ItemToBeSorted​(int numberOfSortKeys)