public class FDSSortItemList extends java.util.ArrayList<FDSSortItem>
| Constructor and Description |
|---|
FDSSortItemList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.liferay.petra.function.UnsafeConsumer<FDSSortItem,java.lang.Exception> unsafeConsumer) |
static FDSSortItemList |
of(FDSSortItem... fdsSortItems) |
static FDSSortItemList |
of(com.liferay.petra.function.UnsafeSupplier<FDSSortItem,java.lang.Exception>... unsafeSuppliers) |
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, trimToSizepublic static FDSSortItemList of(FDSSortItem... fdsSortItems)
public static FDSSortItemList of(com.liferay.petra.function.UnsafeSupplier<FDSSortItem,java.lang.Exception>... unsafeSuppliers)
public void add(com.liferay.petra.function.UnsafeConsumer<FDSSortItem,java.lang.Exception> unsafeConsumer)