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