- add(E) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- add(E) - Method in class net.lenni0451.commons.collections.iterators.DelegateListIterator
-
- add(E) - Method in class net.lenni0451.commons.collections.lists.DelegateList
-
- add(int, E) - Method in class net.lenni0451.commons.collections.lists.DelegateList
-
- add(E) - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
-
- add(E) - Method in class net.lenni0451.commons.collections.sets.DelegateListenerSet
-
- add(E) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- addAll(Collection<? extends E>) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
-
- addAll(Collection<? extends E>) - Method in class net.lenni0451.commons.collections.lists.DelegateList
-
- addAll(int, Collection<? extends E>) - Method in class net.lenni0451.commons.collections.lists.DelegateList
-
- addAll(Collection<? extends E>) - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
-
- addAll(int, Collection<? extends E>) - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
-
- addAll(Collection<? extends E>) - Method in class net.lenni0451.commons.collections.sets.DelegateListenerSet
-
- addAll(Collection<? extends E>) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
-
- any(Supplier<T>, O...) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new list with the given objects.
- any(Supplier<T>, Consumer<T>) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new list which is passed to the given consumer.
- any(Supplier<T>, Object...) - Static method in class net.lenni0451.commons.collections.Maps
-
Create a new map with the given objects.
- any(Supplier<T>, Consumer<T>) - Static method in class net.lenni0451.commons.collections.Maps
-
Create a new map which is passed to the given consumer.
- any(Supplier<T>, O...) - Static method in class net.lenni0451.commons.collections.Sets
-
Create a new set with the given objects.
- any(Supplier<T>, Consumer<T>) - Static method in class net.lenni0451.commons.collections.Sets
-
Create a new set which is passed to the given consumer.
- arrayList(O...) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new ArrayList with the given objects.
- arrayList(Consumer<ArrayList<O>>) - Static method in class net.lenni0451.commons.collections.Lists
-
Create a new ArrayList which is passed to the given consumer.