JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
A
accept(T, U, V)
- Method in interface br.com.brjdevs.java.utils.functions.
TriConsumer
Performs this operation on the given arguments.
accept(T)
- Method in class br.com.brjdevs.java.utils.holding.
Holder
accept(Holder<T>)
- Method in class br.com.brjdevs.java.utils.holding.
Holder
accept(T)
- Method in class br.com.brjdevs.java.utils.holding.
Pointer
accept(Pointer<T>)
- Method in class br.com.brjdevs.java.utils.holding.
Pointer
addTask(long, Runnable)
- Method in class br.com.brjdevs.java.utils.threads.
ScheduledTaskProcessor
advanced(Runnable)
- Static method in class br.com.brjdevs.java.utils.extensions.
FunctionUtils
advanced(Consumer<T>)
- Static method in class br.com.brjdevs.java.utils.extensions.
FunctionUtils
advanced(BiConsumer<T, U>)
- Static method in class br.com.brjdevs.java.utils.extensions.
FunctionUtils
advanced(TriConsumer<T, U, V>)
- Static method in class br.com.brjdevs.java.utils.extensions.
FunctionUtils
advanced(Supplier<T>)
- Static method in class br.com.brjdevs.java.utils.extensions.
FunctionUtils
AdvancedBiConsumer
<
T
,
U
> - Interface in
br.com.brjdevs.java.utils.functions.advanced
AdvancedConsumer
<
T
> - Interface in
br.com.brjdevs.java.utils.functions.advanced
AdvancedRunnable
- Interface in
br.com.brjdevs.java.utils.functions.advanced
AdvancedSupplier
<
T
> - Interface in
br.com.brjdevs.java.utils.functions.advanced
AdvancedTriConsumer
<
T
,
U
,
V
> - Interface in
br.com.brjdevs.java.utils.functions.advanced
andThen(BiConsumer<? super T, ? super U>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedBiConsumer
andThen(Consumer<? super T>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedConsumer
andThen(Runnable)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedRunnable
andThen(TriConsumer<? super T, ? super U, ? super V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
andThen(TriConsumer<? super T, ? super U, ? super V>)
- Method in interface br.com.brjdevs.java.utils.functions.
TriConsumer
Returns a composed
TriConsumer
that performs, in sequence, this operation followed by the
after
operation.
apply(T)
- Method in class br.com.brjdevs.java.utils.holding.
Holder
apply(T)
- Method in class br.com.brjdevs.java.utils.holding.
Pointer
apply(Runnable)
- Method in class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
arm()
- Method in class br.com.brjdevs.java.utils.threads.
DeathTimer
asFactory()
- Method in class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
asFunction()
- Method in class br.com.brjdevs.java.utils.strings.
Splitters.PatternBasedBuilder
asMap()
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
asMap(Consumer<Map<K, V>>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
asMap()
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
asMap(Consumer<Map<K, V>>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
Async
- Class in
br.com.brjdevs.java.utils.extensions
Async()
- Constructor for class br.com.brjdevs.java.utils.extensions.
Async
B
br.com.brjdevs.java.utils
- package br.com.brjdevs.java.utils
br.com.brjdevs.java.utils.annotations
- package br.com.brjdevs.java.utils.annotations
br.com.brjdevs.java.utils.collections.functional
- package br.com.brjdevs.java.utils.collections.functional
br.com.brjdevs.java.utils.collections.thread
- package br.com.brjdevs.java.utils.collections.thread
br.com.brjdevs.java.utils.extensions
- package br.com.brjdevs.java.utils.extensions
br.com.brjdevs.java.utils.functions
- package br.com.brjdevs.java.utils.functions
br.com.brjdevs.java.utils.functions.advanced
- package br.com.brjdevs.java.utils.functions.advanced
br.com.brjdevs.java.utils.holding
- package br.com.brjdevs.java.utils.holding
br.com.brjdevs.java.utils.strings
- package br.com.brjdevs.java.utils.strings
br.com.brjdevs.java.utils.threads
- package br.com.brjdevs.java.utils.threads
br.com.brjdevs.java.utils.threads.builder
- package br.com.brjdevs.java.utils.threads.builder
build(Runnable)
- Method in class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
C
cancel(boolean)
- Method in class br.com.brjdevs.java.utils.threads.
CompletableThread
chainable(Map<K, V>)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
ChainMap
<
K
,
V
> - Interface in
br.com.brjdevs.java.utils.collections.functional
ChainMapWrapper
<
K
,
V
> - Class in
br.com.brjdevs.java.utils.collections.functional
ChainMapWrapper(Map<K, V>)
- Constructor for class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
clear()
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
clear()
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
clear()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
clear()
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
CollectionUtils
- Class in
br.com.brjdevs.java.utils.extensions
CollectionUtils()
- Constructor for class br.com.brjdevs.java.utils.extensions.
CollectionUtils
CompletableThread
<
V
> - Class in
br.com.brjdevs.java.utils.threads
CompletableThread(Callable<V>)
- Constructor for class br.com.brjdevs.java.utils.threads.
CompletableThread
CompletableThread(String, Callable<V>)
- Constructor for class br.com.brjdevs.java.utils.threads.
CompletableThread
compose(Function<? super V, ? extends T>, Function<? super W, ? extends U>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedBiConsumer
compose(Supplier<? extends T>, Function<? super V, ? extends U>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedBiConsumer
compose(Function<? super V, ? extends T>, Supplier<? extends U>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedBiConsumer
compose(BiFunction<? super V, ? super W, ? extends T>, BiFunction<? super V, ? super W, ? extends U>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedBiConsumer
compose(Function<? super V, ? extends T>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedConsumer
compose(Function<? super W, ? extends T>, Function<? super X, ? extends U>, Function<? super Y, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
compose(Supplier<? extends T>, Function<? super X, ? extends U>, Function<? super Y, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
compose(Function<? super W, ? extends T>, Supplier<? extends U>, Function<? super Y, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
compose(Function<? super W, ? extends T>, Function<? super X, ? extends U>, Supplier<? extends V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
compose(Supplier<? extends T>, Supplier<? extends U>, Function<? super Y, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
compose(Supplier<? extends T>, Function<? super X, ? extends U>, Supplier<? extends V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
compose(Function<? super W, ? extends T>, Supplier<? extends U>, Supplier<? extends V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
compute(K, BiFunction<? super K, ? super V, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
compute(K, BiFunction<? super K, ? super V, ? extends V>, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
compute(BiFunction<? super Thread, ? super V, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
compute(Thread, BiFunction<? super Thread, ? super V, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
compute(BiFunction<? super Thread, ? super V, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
computeIfAbsent(K, Function<? super K, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
computeIfAbsent(K, Function<? super K, ? extends V>, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
computeIfAbsent(Function<? super Thread, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
computeIfAbsent(Thread, Function<? super Thread, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
computeIfAbsent(Function<? super Thread, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
computeIfPresent(BiFunction<? super Thread, ? super V, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
computeIfPresent(Thread, BiFunction<? super Thread, ? super V, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
computeIfPresent(BiFunction<? super Thread, ? super V, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
concat(Map<? extends K, ? extends V>...)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
concat(BinaryOperator<V>, Map<? extends K, ? extends V>...)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
concat(Supplier<Map<K, V>>, BinaryOperator<V>, Map<? extends K, ? extends V>...)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
containsKey(K, Consumer<Boolean>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
containsKey(K, Consumer<Boolean>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
containsKey()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
containsKey(Object)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
containsKey()
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
containsValue(V, Consumer<Boolean>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
containsValue(V, Consumer<Boolean>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
containsValue(Object)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
copy(Thread, Thread)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
copy(Thread, Thread)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
current()
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
D
DeathTimer
- Class in
br.com.brjdevs.java.utils.threads
DeathTimer(long, Runnable)
- Constructor for class br.com.brjdevs.java.utils.threads.
DeathTimer
DelegatedThreadMap
<
V
> - Class in
br.com.brjdevs.java.utils.collections.thread
DelegatedThreadMap(Map<Thread, V>)
- Constructor for class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
disarm()
- Method in class br.com.brjdevs.java.utils.threads.
DeathTimer
E
EasyReflections
- Class in
br.com.brjdevs.java.utils
EasyReflections()
- Constructor for class br.com.brjdevs.java.utils.
EasyReflections
efficientSplitArgs(String, int)
- Static method in class br.com.brjdevs.java.utils.strings.
StringUtils
entrySet(Consumer<Set<Map.Entry<K, V>>>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
entrySet(Consumer<Set<Map.Entry<K, V>>>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
entrySet()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
equals(Object)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
equals(Object)
- Method in class br.com.brjdevs.java.utils.holding.
Holder
equals(Object)
- Method in class br.com.brjdevs.java.utils.holding.
Pointer
equals(Object)
- Method in class br.com.brjdevs.java.utils.holding.
Switch
Experimental
- Annotation Type in
br.com.brjdevs.java.utils.annotations
Represents a Feature that is currently Experimental and under testing.
explode()
- Method in class br.com.brjdevs.java.utils.threads.
DeathTimer
ExtensionClass
- Annotation Type in
br.com.brjdevs.java.utils.annotations
Represents a Class that should be correctly used by statically importing all or most of it's methods.
F
forEach(BiConsumer<? super K, ? super V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
forEach(BiConsumer<? super Thread, ? super V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
FunctionUtils
- Class in
br.com.brjdevs.java.utils.extensions
FunctionUtils()
- Constructor for class br.com.brjdevs.java.utils.extensions.
FunctionUtils
future(String, Callable<T>)
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
future(Callable<T>)
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
G
get(K, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
get(K, Consumer<V>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
get()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
get(Object)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
get()
- Method in class br.com.brjdevs.java.utils.holding.
Holder
get()
- Method in class br.com.brjdevs.java.utils.holding.
Pointer
getAsBoolean()
- Method in class br.com.brjdevs.java.utils.holding.
Switch
getObjectField(Class<T>, String)
- Static method in class br.com.brjdevs.java.utils.
EasyReflections
getOptionally()
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedSupplier
getOrDefault(K, V, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
getOrDefault(Object, V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
getStaticField(Class<?>, String)
- Static method in class br.com.brjdevs.java.utils.
EasyReflections
getThread()
- Method in class br.com.brjdevs.java.utils.threads.
CompletableThread
GITHUB
- Static variable in class br.com.brjdevs.java.utils.
UtilsInfo
The GitHub link to the project
H
hashCode()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
hashCode()
- Method in class br.com.brjdevs.java.utils.holding.
Holder
hashCode()
- Method in class br.com.brjdevs.java.utils.holding.
Pointer
hashCode()
- Method in class br.com.brjdevs.java.utils.holding.
Switch
hold(T)
- Static method in class br.com.brjdevs.java.utils.extensions.
HoldingUtils
Holder
<
T
> - Class in
br.com.brjdevs.java.utils.holding
Holder()
- Constructor for class br.com.brjdevs.java.utils.holding.
Holder
Holder(T)
- Constructor for class br.com.brjdevs.java.utils.holding.
Holder
HoldingUtils
- Class in
br.com.brjdevs.java.utils.extensions
HoldingUtils()
- Constructor for class br.com.brjdevs.java.utils.extensions.
HoldingUtils
I
Incubating
- Annotation Type in
br.com.brjdevs.java.utils.annotations
Represents a Feature that is currently being Incubated.
is(boolean)
- Method in class br.com.brjdevs.java.utils.holding.
Switch
isEmpty(Consumer<Boolean>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
isEmpty(Consumer<Boolean>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
isEmpty()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
isNullOrEmpty(String)
- Static method in class br.com.brjdevs.java.utils.strings.
StringUtils
isOff()
- Method in class br.com.brjdevs.java.utils.holding.
Switch
isOn()
- Method in class br.com.brjdevs.java.utils.holding.
Switch
iterable(Pattern)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
iterable(Pattern, String)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
K
keySet(Consumer<Set<K>>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
keySet(Consumer<Set<K>>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
keySet()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
L
limit(String, int)
- Static method in class br.com.brjdevs.java.utils.strings.
StringUtils
limitSize(int)
- Method in class br.com.brjdevs.java.utils.strings.
Splitters.PatternBasedBuilder
M
map(List<T>, Function<T, R>)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
map(Function<T, V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedSupplier
MatcherUtils
- Class in
br.com.brjdevs.java.utils.extensions
MatcherUtils()
- Constructor for class br.com.brjdevs.java.utils.extensions.
MatcherUtils
merge(K, V, BiFunction<? super V, ? super V, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
merge(K, V, BiFunction<? super V, ? super V, ? extends V>, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
merge(V, BiFunction<? super V, ? super V, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
merge(Thread, V, BiFunction<? super V, ? super V, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
merge(V, BiFunction<? super V, ? super V, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
MissingDocumentation
- Annotation Type in
br.com.brjdevs.java.utils.annotations
Pretty much self-explanatory.
N
newThread(Runnable)
- Method in class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
normalize(int)
- Method in class br.com.brjdevs.java.utils.strings.
Splitters.PatternBasedBuilder
normalizeArray(String[], int)
- Static method in class br.com.brjdevs.java.utils.strings.
StringUtils
Normalize an
String
Array.
notNullOrDefault(String, String)
- Static method in class br.com.brjdevs.java.utils.strings.
StringUtils
O
of(Map<K, V>)
- Static method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
of(BiConsumer<V, W>)
- Static method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedBiConsumer
of(Consumer<V>)
- Static method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedConsumer
of(Runnable)
- Static method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedRunnable
of(Supplier<V>)
- Static method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedSupplier
of(TriConsumer<T, U, V>)
- Static method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
of(String)
- Static method in class br.com.brjdevs.java.utils.strings.
Splitters
P
parse(String[])
- Static method in class br.com.brjdevs.java.utils.strings.
StringUtils
point(T)
- Static method in class br.com.brjdevs.java.utils.extensions.
HoldingUtils
Pointer
<
T
> - Class in
br.com.brjdevs.java.utils.holding
Pointer()
- Constructor for class br.com.brjdevs.java.utils.holding.
Pointer
Pointer(T)
- Constructor for class br.com.brjdevs.java.utils.holding.
Pointer
process(String)
- Method in class br.com.brjdevs.java.utils.
RateLimiter
put(K, V, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
put(K, V)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
put(K, V, Consumer<V>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
put(V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
put(Thread, V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
put(V)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
putAll(Map<? extends K, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
putAll(Map<? extends K, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
putAll(Map<? extends Thread, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
putIfAbsent(K, V)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
putIfAbsent(K, V, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
putIfAbsent(V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
putIfAbsent(Thread, V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
putIfAbsent(V)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
R
random(List<T>, Random)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
random(T[], Random)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
random(List<T>)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
random(T[])
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
random(int)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
randomOrder()
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
RateLimiter
- Class in
br.com.brjdevs.java.utils
RateLimiter(int, int)
- Constructor for class br.com.brjdevs.java.utils.
RateLimiter
remove(K, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
remove(K)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
remove(K, V)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
remove(K, V, Consumer<Boolean>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
remove(K, Consumer<V>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
remove()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
remove(Object)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
remove(Object, Object)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
remove()
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
removeLines(String, int, int)
- Static method in class br.com.brjdevs.java.utils.strings.
StringUtils
removeValue(V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
removeValue(V)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
replace(K, V, V, Consumer<Boolean>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
replace(K, V, Consumer<V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
replace(V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
replace(Thread, V, V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
replace(Thread, V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
replace(V)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
replaceAll(BiFunction<? super K, ? super V, ? extends V>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
replaceAll(BiFunction<? super Thread, ? super V, ? extends V>)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
replaceAll(Function<String, String>)
- Static method in class br.com.brjdevs.java.utils.extensions.
MatcherUtils
replaceAll(Matcher, Function<String, String>)
- Static method in class br.com.brjdevs.java.utils.extensions.
MatcherUtils
replaceValue(V, V)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
replaceValue(V, V)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
reset()
- Method in class br.com.brjdevs.java.utils.threads.
DeathTimer
S
ScheduledTaskProcessor
- Class in
br.com.brjdevs.java.utils.threads
ScheduledTaskProcessor(Consumer<Runnable>, String)
- Constructor for class br.com.brjdevs.java.utils.threads.
ScheduledTaskProcessor
ScheduledTaskProcessor(String)
- Constructor for class br.com.brjdevs.java.utils.threads.
ScheduledTaskProcessor
set(boolean)
- Method in class br.com.brjdevs.java.utils.holding.
Switch
setChild(Thread)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
setChild(Thread)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
setContextClassLoader(ClassLoader)
- Method in class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
setDaemon(boolean)
- Method in class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
setName(String)
- Method in class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
setObjectField(Class<T>, String)
- Static method in class br.com.brjdevs.java.utils.
EasyReflections
setObjectFinalField(Class<T>, String)
- Static method in class br.com.brjdevs.java.utils.
EasyReflections
setOff()
- Method in class br.com.brjdevs.java.utils.holding.
Switch
setOn()
- Method in class br.com.brjdevs.java.utils.holding.
Switch
setParent(Thread)
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
setParent(Thread)
- Method in interface br.com.brjdevs.java.utils.collections.thread.
ThreadMap
setPriority(int)
- Method in class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
setStaticField(Class<?>, String)
- Static method in class br.com.brjdevs.java.utils.
EasyReflections
setStaticFinalField(Class<?>, String)
- Static method in class br.com.brjdevs.java.utils.
EasyReflections
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler)
- Method in class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
size(IntConsumer)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
size(IntConsumer)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
size()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
sleep(int)
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
SPLIT_PATTERN
- Static variable in class br.com.brjdevs.java.utils.strings.
StringUtils
splitArgs(String, int)
- Static method in class br.com.brjdevs.java.utils.strings.
StringUtils
Enchanced
String.split(String, int)
with SPLIT_PATTERN as the Pattern used.
Splitters
- Class in
br.com.brjdevs.java.utils.strings
Splitters()
- Constructor for class br.com.brjdevs.java.utils.strings.
Splitters
Splitters.PatternBasedBuilder
- Class in
br.com.brjdevs.java.utils.strings
stream(T...)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
stream()
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedSupplier
StringUtils
- Class in
br.com.brjdevs.java.utils.strings
Class made by AdrianTodt with a lot of useful and fast
String
and String[] utilities methods.
StringUtils()
- Constructor for class br.com.brjdevs.java.utils.strings.
StringUtils
subListOn(List<T>, Predicate<T>)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
supply(Supplier<? extends T>, Supplier<? extends U>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedBiConsumer
supply(Supplier<? extends T>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedConsumer
supply(Supplier<? extends T>, Supplier<? extends U>, Supplier<? extends V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
supplyFirst(Supplier<? extends T>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedBiConsumer
supplyFirst(Supplier<? extends T>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
supplySecond(Supplier<? extends U>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedBiConsumer
supplySecond(Supplier<? extends U>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
supplyThird(Supplier<? extends V>)
- Method in interface br.com.brjdevs.java.utils.functions.advanced.
AdvancedTriConsumer
Switch
- Class in
br.com.brjdevs.java.utils.holding
Switch()
- Constructor for class br.com.brjdevs.java.utils.holding.
Switch
Switch(boolean)
- Constructor for class br.com.brjdevs.java.utils.holding.
Switch
switchFor(boolean)
- Static method in class br.com.brjdevs.java.utils.extensions.
HoldingUtils
T
task(String, Runnable, int)
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
Start an Async single thread task every x seconds.
task(String, Consumer<ScheduledExecutorService>, int)
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
Start an Async single thread task every x seconds.
thread(Runnable)
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
Creates a thread with a Runnable and immediately starts the Thread
thread(int, Runnable)
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
thread(String, int, Runnable)
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
thread(String, Runnable)
- Static method in class br.com.brjdevs.java.utils.extensions.
Async
Creates a thread with a Runnable and immediately starts the Thread
ThreadBuilder
- Class in
br.com.brjdevs.java.utils.threads.builder
ThreadBuilder()
- Constructor for class br.com.brjdevs.java.utils.threads.builder.
ThreadBuilder
ThreadMap
<
V
> - Interface in
br.com.brjdevs.java.utils.collections.thread
toggle()
- Method in class br.com.brjdevs.java.utils.holding.
Switch
toString(Collection<T>)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
toString(Collection<T>, Function<T, String>)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
toString(Collection<T>, String)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
toString(Collection<T>, Function<T, String>, String)
- Static method in class br.com.brjdevs.java.utils.extensions.
CollectionUtils
toString()
- Method in class br.com.brjdevs.java.utils.holding.
Holder
toString()
- Method in class br.com.brjdevs.java.utils.holding.
Pointer
TriConsumer
<
T
,
U
,
V
> - Interface in
br.com.brjdevs.java.utils.functions
Represents an operation that accepts three input arguments and returns no result.
U
UtilsInfo
- Class in
br.com.brjdevs.java.utils
Contains information to this specific build of Utils library.
UtilsInfo()
- Constructor for class br.com.brjdevs.java.utils.
UtilsInfo
V
value
- Variable in class br.com.brjdevs.java.utils.holding.
Switch
values(Consumer<Collection<V>>)
- Method in interface br.com.brjdevs.java.utils.collections.functional.
ChainMap
values(Consumer<Collection<V>>)
- Method in class br.com.brjdevs.java.utils.collections.functional.
ChainMapWrapper
values()
- Method in class br.com.brjdevs.java.utils.collections.thread.
DelegatedThreadMap
var
- Variable in class br.com.brjdevs.java.utils.holding.
Holder
VERSION
- Static variable in class br.com.brjdevs.java.utils.
UtilsInfo
The version of the current library
VERSION_BUILD
- Static variable in class br.com.brjdevs.java.utils.
UtilsInfo
VERSION_MAJOR
- Static variable in class br.com.brjdevs.java.utils.
UtilsInfo
VERSION_MINOR
- Static variable in class br.com.brjdevs.java.utils.
UtilsInfo
VERSION_REVISION
- Static variable in class br.com.brjdevs.java.utils.
UtilsInfo
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes