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 Summary

      Constructors 
      Constructor Description
      ItemToBeSorted​(int numberOfSortKeys)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ItemToBeSorted

        public ItemToBeSorted​(int numberOfSortKeys)