Array list that sorts its contents. If the {@link #setAutoSort} property is set to true, the list will sort after any add operation to the list.Otherwise, the {@link #sort} method must be called.The list will use the comparator You may set the sorter using {@link #setComparator} method.
@author Heiko Erhardt
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.