Push a {@link Column} onto the list at index zero, setting ascending totrue. If the column already exists, it will be removed from its current position and placed at the start of the list. If the Column is already at the start of the list, its ascending bit will be flipped (ascending to descending and vice versa).
@param column the {@link Column} to push
@return the {@link ColumnSortInfo} that was pushed
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.