class SortableList<T extends Extendable>
extends java.util.ArrayList<T>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
SortableList(java.util.Collection<T> c) |
Modifier and Type | Method and Description |
---|---|
void |
sortOnProperty(java.lang.Object value,
boolean ascending,
ValueStrategy strategy)
performs a selection sort on all the beans in the List
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
private static final long serialVersionUID
public SortableList(java.util.Collection<T> c)
public void sortOnProperty(java.lang.Object value, boolean ascending, ValueStrategy strategy)