Index

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

A

alpha(int) - Static method in class flare.commons.ColorUtil
 

B

blue(int) - Static method in class flare.commons.ColorUtil
 
BOOLEAN - Enum constant in enum class flare.commons.DataType
 
BYTE - Enum constant in enum class flare.commons.DataType
 

C

clear() - Method in class flare.commons.WeakIdentityHashMap
Removes all of the mappings from this map.
ColorUtil - Class in flare.commons
 
ColorUtil() - Constructor for class flare.commons.ColorUtil
 
combine(int, int, int, int) - Static method in class flare.commons.ColorUtil
 
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

DataType - Enum Class in flare.commons
 
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
 
DOUBLE - Enum constant in enum class flare.commons.DataType
 

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
 
FLOAT - Enum constant in enum class flare.commons.DataType
 
floatingPoint() - Method in enum class flare.commons.DataType
 
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
 
green(int) - Static method in class flare.commons.ColorUtil
 

I

INT - Enum constant in enum class flare.commons.DataType
 
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.

L

least(int) - Static method in enum class flare.commons.DataType
 
LONG - Enum constant in enum class flare.commons.DataType
 

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

red(int) - Static method in class flare.commons.ColorUtil
 
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
 
SHORT - Enum constant in enum class flare.commons.DataType
 
size() - Method in enum class flare.commons.DataType
 
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
 
type() - Method in enum class flare.commons.DataType
 

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
 
UNSIGNED_BYTE - Enum constant in enum class flare.commons.DataType
 
UNSIGNED_INT - Enum constant in enum class flare.commons.DataType
 
UNSIGNED_LONG - Enum constant in enum class flare.commons.DataType
 
UNSIGNED_SHORT - Enum constant in enum class flare.commons.DataType
 

V

valueOf(String) - Static method in enum class flare.commons.DataType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class flare.commons.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
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.
A B C D E F G I K L M N P R S T U V W 
All Classes and Interfaces|All Packages