Default constructor for a given colum and direction.
Once the compare method is called it will use the comparable column as the index of the List Object it is
comparing. The isAsc variable allows for easy ascending and desceding sorting.
Parameters: comparableColumn - index to compare from. Parameters: isAsc - boolean to multiply the comparable value by -1 to reverse its comparsion. |