Index

C D E F G I K M N P R S T U V W 
All Classes and Interfaces|All Packages

C

clear() - Method in class flare.commons.WeakIdentityHashMap
Removes all of the mappings from this map.
containsKey(Object) - Method in class flare.commons.WeakIdentityHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class flare.commons.WeakIdentityHashMap
Returns true if this map maps one or more keys to the specified value.

D

distinct(Function<T, P>, Consumer<T>, Supplier<? extends Set<P>>) - Static method in class flare.commons.FunctionalUtil
 
distinctEnum(Function<T, P>, Consumer<T>, Class<P>) - Static method in class flare.commons.FunctionalUtil
 

E

entrySet() - Method in class flare.commons.WeakIdentityHashMap
Returns a Set view of the mappings contained in this map.

F

filledArray(int, float) - Static method in class flare.commons.FunctionalUtil
 
filledArray(int, int) - Static method in class flare.commons.FunctionalUtil
 
findNext(Queue<CompletableFuture<T>>, BooleanSupplier) - Static method in class flare.commons.FunctionalUtil
 
flare.commons - module flare.commons
 
flare.commons - package flare.commons
 
forEach(BiConsumer<? super K, ? super V>) - Method in class flare.commons.WeakIdentityHashMap
 
FunctionalUtil - Class in flare.commons
 
FunctionalUtil.ExceptionalRunnable<E extends Exception> - Interface in flare.commons
 

G

get(Object) - Method in class flare.commons.WeakIdentityHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getRandom(List<T>, RandomGenerator) - Static method in class flare.commons.FunctionalUtil
 
getRandom(T[], RandomGenerator) - Static method in class flare.commons.FunctionalUtil
 
getRandomSafe(List<T>, RandomGenerator) - Static method in class flare.commons.FunctionalUtil
 

I

isEmpty() - Method in class flare.commons.WeakIdentityHashMap
Returns true if this map contains no key-value mappings.

K

keySet() - Method in class flare.commons.WeakIdentityHashMap
Returns a Set view of the keys contained in this map.

M

make(Supplier<T>) - Static method in class flare.commons.FunctionalUtil
 
make(T, Consumer<T>) - Static method in class flare.commons.FunctionalUtil
 
mapToBits(Collection<T>, ToIntFunction<T>) - Static method in class flare.commons.FunctionalUtil
 

N

noopConsumer() - Static method in class flare.commons.FunctionalUtil
 

P

put(K, V) - Method in class flare.commons.WeakIdentityHashMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends V>) - Method in class flare.commons.WeakIdentityHashMap
Copies all of the mappings from the specified map to this map.

R

ReflectionUtil - Class in flare.commons
 
remove(Object) - Method in class flare.commons.WeakIdentityHashMap
Removes the mapping for a key from this weak hash map if it is present.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class flare.commons.WeakIdentityHashMap
 
run() - Method in interface flare.commons.FunctionalUtil.ExceptionalRunnable
 

S

sequenceFailFast(List<? extends CompletableFuture<? extends V>>) - Static method in class flare.commons.FunctionalUtil
 
size() - Method in class flare.commons.WeakIdentityHashMap
Returns the number of key-value mappings in this map.

T

traverseSuperTypes(Class<T>) - Static method in class flare.commons.ReflectionUtil
 

U

uncheckException(FunctionalUtil.ExceptionalRunnable<? extends IOException>) - Static method in class flare.commons.FunctionalUtil
 
uncheckException(Class<E>, FunctionalUtil.ExceptionalRunnable<? extends E>, Function<E, ? extends RuntimeException>) - Static method in class flare.commons.FunctionalUtil
 

V

values() - Method in class flare.commons.WeakIdentityHashMap
Returns a Collection view of the values contained in this map.

W

WeakIdentityHashMap<K,V> - Class in flare.commons
 
WeakIdentityHashMap() - Constructor for class flare.commons.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the default initial capacity (16) and load factor (0.75).
WeakIdentityHashMap(int) - Constructor for class flare.commons.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the default load factor (0.75).
WeakIdentityHashMap(int, float) - Constructor for class flare.commons.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the given load factor.
WeakIdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class flare.commons.WeakIdentityHashMap
Constructs a new WeakIdentityHashMap with the same mappings as the specified map.
C D E F G I K M N P R S T U V W 
All Classes and Interfaces|All Packages