Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

A

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.

B

borrowObject() - Method in class net.lenni0451.commons.collections.pool.FixedObjectPool
 
borrowObject() - Method in class net.lenni0451.commons.collections.pool.LazyObjectPool
 
borrowObject() - Method in class net.lenni0451.commons.collections.pool.ObjectPool
 

C

cleanup(long) - Method in class net.lenni0451.commons.collections.pool.LazyObjectPool
 
clear() - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
clear() - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
clear() - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
 
clear() - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
clear() - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
 
clear() - Method in class net.lenni0451.commons.collections.sets.DelegateListenerSet
 
clear() - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
concurrentHashMap(Object...) - Static method in class net.lenni0451.commons.collections.Maps
Create a new ConcurrentHashMap with the given objects.
concurrentHashMap(Consumer<ConcurrentHashMap<K, V>>) - Static method in class net.lenni0451.commons.collections.Maps
Create a new ConcurrentHashMap which is passed to the given consumer.
concurrentSkipListSet(T...) - Static method in class net.lenni0451.commons.collections.Sets
Create a new ConcurrentSkipListSet with the given objects.
concurrentSkipListSet(Consumer<ConcurrentSkipListSet<T>>) - Static method in class net.lenni0451.commons.collections.Sets
Create a new ConcurrentSkipListSet which is passed to the given consumer.
contains(Object) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
contains(Object) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
contains(Object) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
containsAll(Collection<?>) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
containsAll(Collection<?>) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
containsAll(Collection<?>) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
containsKey(Object) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
containsValue(Object) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
copyOnWriteArrayList(O...) - Static method in class net.lenni0451.commons.collections.Lists
Create a new CopyOnWriteArrayList with the given objects.
copyOnWriteArrayList(Consumer<CopyOnWriteArrayList<O>>) - Static method in class net.lenni0451.commons.collections.Lists
Create a new CopyOnWriteArrayList which is passed to the given consumer.
create() - Method in class net.lenni0451.commons.collections.pool.ObjectPool
 
createList() - Method in class net.lenni0451.commons.collections.pool.ObjectPool
 
createTimestampsMap() - Method in class net.lenni0451.commons.collections.pool.LazyObjectPool
 

D

DelegateCollection<E> - Class in net.lenni0451.commons.collections.collections
A collection which delegates all calls to the given collection.
DelegateCollection(Collection<E>) - Constructor for class net.lenni0451.commons.collections.collections.DelegateCollection
 
DelegateIterator<E> - Class in net.lenni0451.commons.collections.iterators
An iterator which delegates all calls to the given iterator.
DelegateIterator(Iterator<E>) - Constructor for class net.lenni0451.commons.collections.iterators.DelegateIterator
 
DelegateList<E> - Class in net.lenni0451.commons.collections.lists
A list which delegates all calls to the given list.
DelegateList(List<E>) - Constructor for class net.lenni0451.commons.collections.lists.DelegateList
 
DelegateListenerList<E> - Class in net.lenni0451.commons.collections.lists
A list which delegates all calls to the given list.
DelegateListenerList(List<E>, Consumer<E>, Consumer<E>) - Constructor for class net.lenni0451.commons.collections.lists.DelegateListenerList
 
DelegateListenerSet<E> - Class in net.lenni0451.commons.collections.sets
A set which delegates all calls to the given set.
DelegateListenerSet(Set<E>, Consumer<E>, Consumer<E>) - Constructor for class net.lenni0451.commons.collections.sets.DelegateListenerSet
 
DelegateListIterator<E> - Class in net.lenni0451.commons.collections.iterators
A list iterator which delegates all calls to the given list iterator.
DelegateListIterator(ListIterator<E>) - Constructor for class net.lenni0451.commons.collections.iterators.DelegateListIterator
 
DelegateMap<K,V> - Class in net.lenni0451.commons.collections.maps
A map which delegates all calls to the given map.
DelegateMap(Map<K, V>) - Constructor for class net.lenni0451.commons.collections.maps.DelegateMap
 
DelegateSet<E> - Class in net.lenni0451.commons.collections.sets
A set which delegates all calls to the given set.
DelegateSet(Set<E>) - Constructor for class net.lenni0451.commons.collections.sets.DelegateSet
 

E

entrySet() - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
entrySet() - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
 

F

FixedObjectPool<T> - Class in net.lenni0451.commons.collections.pool
 
FixedObjectPool(int) - Constructor for class net.lenni0451.commons.collections.pool.FixedObjectPool
 
free - Variable in class net.lenni0451.commons.collections.pool.ObjectPool
 
freeSize() - Method in class net.lenni0451.commons.collections.pool.ObjectPool
 

G

get(int) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
get(Object) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
getDuplicates(Map<?, ?>, Map<?, ?>) - Static method in class net.lenni0451.commons.collections.MapOps
Get all duplicate values from map 1 that are also in map 2.
getDuplicates(Map<?, ?>, Map<?, ?>, Function<Object, Boolean>, Function<V, Map<?, ?>>) - Static method in class net.lenni0451.commons.collections.MapOps
Get all duplicate values from map 1 that are also in map 2.
getUniques(Map<?, ?>, Map<?, ?>) - Static method in class net.lenni0451.commons.collections.MapOps
Get all unique values from map 1 that are not in map 2.
getUniques(Map<?, ?>, Map<?, ?>, Function<Object, Boolean>, Function<V, Map<?, ?>>) - Static method in class net.lenni0451.commons.collections.MapOps
Get all unique values from map 1 that are not in map 2.

H

hashMap(Object...) - Static method in class net.lenni0451.commons.collections.Maps
Create a new HashMap with the given objects.
hashMap(Consumer<HashMap<K, V>>) - Static method in class net.lenni0451.commons.collections.Maps
Create a new HashMap which is passed to the given consumer.
hashSet(T...) - Static method in class net.lenni0451.commons.collections.Sets
Create a new HashSet with the given objects.
hashSet(Consumer<HashSet<T>>) - Static method in class net.lenni0451.commons.collections.Sets
Create a new HashSet which is passed to the given consumer.
hasMoreElements() - Method in class net.lenni0451.commons.collections.enumerations.SingletonEnumeration
 
hasNext() - Method in class net.lenni0451.commons.collections.iterators.DelegateIterator
 
hasNext() - Method in class net.lenni0451.commons.collections.iterators.DelegateListIterator
 
hasPrevious() - Method in class net.lenni0451.commons.collections.iterators.DelegateListIterator
 

I

identitySet(T...) - Static method in class net.lenni0451.commons.collections.Sets
Create a new IdentityHashMap based set with the given objects.
identitySet(Consumer<Set<T>>) - Static method in class net.lenni0451.commons.collections.Sets
Create a new IdentityHashMap based set which is passed to the given consumer.
indexOf(Object) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
isEmpty() - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
isEmpty() - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
isEmpty() - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
isEmpty() - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
Iterables - Class in net.lenni0451.commons.collections
 
Iterables() - Constructor for class net.lenni0451.commons.collections.Iterables
 
iterator() - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
iterator() - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
iterator() - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
 
iterator() - Method in class net.lenni0451.commons.collections.sets.DelegateListenerSet
 
iterator() - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 

K

keySet() - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
keySet() - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
 

L

lastIndexOf(Object) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
LazyObjectPool<T> - Class in net.lenni0451.commons.collections.pool
 
LazyObjectPool() - Constructor for class net.lenni0451.commons.collections.pool.LazyObjectPool
 
linkedHashMap(Object...) - Static method in class net.lenni0451.commons.collections.Maps
Create a new LinkedHashMap with the given objects.
linkedHashMap(Consumer<LinkedHashMap<K, V>>) - Static method in class net.lenni0451.commons.collections.Maps
Create a new LinkedHashMap which is passed to the given consumer.
linkedHashSet(T...) - Static method in class net.lenni0451.commons.collections.Sets
Create a new LinkedHashSet with the given objects.
linkedHashSet(Consumer<LinkedHashSet<T>>) - Static method in class net.lenni0451.commons.collections.Sets
Create a new LinkedHashSet which is passed to the given consumer.
listIterator() - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
listIterator(int) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
listIterator() - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
 
listIterator(int) - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
 
Lists - Class in net.lenni0451.commons.collections
 
Lists() - Constructor for class net.lenni0451.commons.collections.Lists
 

M

map(Iterable<F>, Function<F, T>) - Static method in class net.lenni0451.commons.collections.Iterables
Map an iterable to a list using the provided mapper function.
MapOps - Class in net.lenni0451.commons.collections
 
MapOps() - Constructor for class net.lenni0451.commons.collections.MapOps
 
Maps - Class in net.lenni0451.commons.collections
 
Maps() - Constructor for class net.lenni0451.commons.collections.Maps
 
merge(List<T>, List<T>...) - Static method in class net.lenni0451.commons.collections.Lists
Merge multiple lists into one.
merge(Map<K, V>, Map<K, V>...) - Static method in class net.lenni0451.commons.collections.Maps
Merge multiple maps into one.
merge(Set<T>, Set<T>...) - Static method in class net.lenni0451.commons.collections.Sets
Merge multiple sets into one.
moveToBottom(List<T>, T) - Static method in class net.lenni0451.commons.collections.Lists
Move the given item to the bottom of the list.

N

net.lenni0451.commons.collections - package net.lenni0451.commons.collections
 
net.lenni0451.commons.collections.collections - package net.lenni0451.commons.collections.collections
 
net.lenni0451.commons.collections.enumerations - package net.lenni0451.commons.collections.enumerations
 
net.lenni0451.commons.collections.iterators - package net.lenni0451.commons.collections.iterators
 
net.lenni0451.commons.collections.lists - package net.lenni0451.commons.collections.lists
 
net.lenni0451.commons.collections.maps - package net.lenni0451.commons.collections.maps
 
net.lenni0451.commons.collections.pool - package net.lenni0451.commons.collections.pool
 
net.lenni0451.commons.collections.sets - package net.lenni0451.commons.collections.sets
 
next() - Method in class net.lenni0451.commons.collections.iterators.DelegateIterator
 
next() - Method in class net.lenni0451.commons.collections.iterators.DelegateListIterator
 
nextElement() - Method in class net.lenni0451.commons.collections.enumerations.SingletonEnumeration
 
nextIndex() - Method in class net.lenni0451.commons.collections.iterators.DelegateListIterator
 

O

ObjectPool<T> - Class in net.lenni0451.commons.collections.pool
 
ObjectPool() - Constructor for class net.lenni0451.commons.collections.pool.ObjectPool
 
onCleanup(T) - Method in class net.lenni0451.commons.collections.pool.LazyObjectPool
 

P

previous() - Method in class net.lenni0451.commons.collections.iterators.DelegateListIterator
 
previousIndex() - Method in class net.lenni0451.commons.collections.iterators.DelegateListIterator
 
put(K, V) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
put(K, V) - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
putAll(Map<? extends K, ? extends V>) - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
 

R

recursivePutAll(Map<?, ?>, Map<?, ?>) - Static method in class net.lenni0451.commons.collections.MapOps
Recursively put all values from other into map.
recursivePutAll(Map<?, ?>, Map<?, ?>, Function<Object, Boolean>, Function<V, Map<?, ?>>) - Static method in class net.lenni0451.commons.collections.MapOps
Recursively put all values from other into map.
remove(Object) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
remove() - Method in class net.lenni0451.commons.collections.iterators.DelegateIterator
 
remove() - Method in class net.lenni0451.commons.collections.iterators.DelegateListIterator
 
remove(Object) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
remove(int) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
remove(Object) - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
 
remove(Object) - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
remove(Object) - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
 
remove(Object) - Method in class net.lenni0451.commons.collections.sets.DelegateListenerSet
 
remove(Object) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
removeAll(Collection<?>) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
removeAll(Collection<?>) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
removeAll(Collection<?>) - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
 
removeAll(Collection<?>) - Method in class net.lenni0451.commons.collections.sets.DelegateListenerSet
 
removeAll(Collection<?>) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
retainAll(Collection<?>) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
retainAll(Collection<?>) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
retainAll(Collection<?>) - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
 
retainAll(Collection<?>) - Method in class net.lenni0451.commons.collections.sets.DelegateListenerSet
 
retainAll(Collection<?>) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
returnObject(T) - Method in class net.lenni0451.commons.collections.pool.FixedObjectPool
 
returnObject(T) - Method in class net.lenni0451.commons.collections.pool.LazyObjectPool
 
returnObject(T) - Method in class net.lenni0451.commons.collections.pool.ObjectPool
 

S

set(E) - Method in class net.lenni0451.commons.collections.iterators.DelegateListIterator
 
set(int, E) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
Sets - Class in net.lenni0451.commons.collections
 
Sets() - Constructor for class net.lenni0451.commons.collections.Sets
 
SingletonEnumeration<T> - Class in net.lenni0451.commons.collections.enumerations
An enumeration that only contains one element.
SingletonEnumeration(T) - Constructor for class net.lenni0451.commons.collections.enumerations.SingletonEnumeration
 
size() - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
size() - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
size() - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
size() - Method in class net.lenni0451.commons.collections.pool.ObjectPool
 
size() - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
SizeConstrainedMap<K,V> - Class in net.lenni0451.commons.collections.maps
A map which is size constrained.
SizeConstrainedMap(Map<K, V>, int) - Constructor for class net.lenni0451.commons.collections.maps.SizeConstrainedMap
 
sort(Map<K, V>, Comparator<Map.Entry<K, V>>) - Static method in class net.lenni0451.commons.collections.Maps
Sort a map using the given comparator.
sort(Set<T>, Comparator<T>) - Static method in class net.lenni0451.commons.collections.Sets
Sort a set using the given comparator.
subList(int, int) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
subList(int, int) - Method in class net.lenni0451.commons.collections.lists.DelegateListenerList
 

T

timestamps - Variable in class net.lenni0451.commons.collections.pool.LazyObjectPool
 
toArray() - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
toArray(T[]) - Method in class net.lenni0451.commons.collections.collections.DelegateCollection
 
toArray() - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
toArray(T[]) - Method in class net.lenni0451.commons.collections.lists.DelegateList
 
toArray() - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
toArray(T[]) - Method in class net.lenni0451.commons.collections.sets.DelegateSet
 
toCollection(Iterable<T>) - Static method in class net.lenni0451.commons.collections.Iterables
Convert an iterable to a collection.
tryBorrowObject() - Method in class net.lenni0451.commons.collections.pool.FixedObjectPool
 

U

used - Variable in class net.lenni0451.commons.collections.pool.ObjectPool
 
usedSize() - Method in class net.lenni0451.commons.collections.pool.ObjectPool
 

V

values() - Method in class net.lenni0451.commons.collections.maps.DelegateMap
 
values() - Method in class net.lenni0451.commons.collections.maps.SizeConstrainedMap
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links