- 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
-
- doubles(long) - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns a stream producing the given streamSize number of
pseudorandom double values, each between zero
(inclusive) and one (exclusive).
- doubles() - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns an effectively unlimited stream of pseudorandom double values, each between zero (inclusive) and one
(exclusive).
- doubles(long, double, double) - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns a stream producing the given streamSize number of
pseudorandom double values, each conforming to the given origin
(inclusive) and bound (exclusive).
- doubles(double, double) - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns an effectively unlimited stream of pseudorandom double values, each conforming to the given origin (inclusive) and bound
(exclusive).
- doubles(long) - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns a stream producing the given streamSize number of
pseudorandom double values, each between zero
(inclusive) and one (exclusive).
- doubles() - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns an effectively unlimited stream of pseudorandom double values, each between zero (inclusive) and one
(exclusive).
- doubles(long, double, double) - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns a stream producing the given streamSize number of
pseudorandom double values, each conforming to the given origin
(inclusive) and bound (exclusive).
- doubles(double, double) - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns an effectively unlimited stream of pseudorandom double values, each conforming to the given origin (inclusive) and bound
(exclusive).
- Incubating - Annotation Type in br.com.brjdevs.java.utils.annotations
-
Represents a Feature that is currently being Incubated.
- index() - Static method in class br.com.brjdevs.java.utils.extensions.StreamUtils
-
- index(T) - Method in class br.com.brjdevs.java.utils.holding.Indexed.Indexer
-
- Indexed<T> - Class in br.com.brjdevs.java.utils.holding
-
- Indexed(int, T) - Constructor for class br.com.brjdevs.java.utils.holding.Indexed
-
- Indexed.Indexer - Class in br.com.brjdevs.java.utils.holding
-
- Indexer() - Constructor for class br.com.brjdevs.java.utils.holding.Indexed.Indexer
-
- Indexer(int) - Constructor for class br.com.brjdevs.java.utils.holding.Indexed.Indexer
-
- ints(long) - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns a stream producing the given streamSize number of
pseudorandom int values.
- ints() - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns an effectively unlimited stream of pseudorandom int
values.
- ints(long, int, int) - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns a stream producing the given streamSize number
of pseudorandom int values, each conforming to the given
origin (inclusive) and bound (exclusive).
- ints(int, int) - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns an effectively unlimited stream of pseudorandom int values, each conforming to the given origin (inclusive) and bound
(exclusive).
- ints(long) - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns a stream producing the given streamSize number of
pseudorandom int values.
- ints() - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns an effectively unlimited stream of pseudorandom int
values.
- ints(long, int, int) - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns a stream producing the given streamSize number
of pseudorandom int values, each conforming to the given
origin (inclusive) and bound (exclusive).
- ints(int, int) - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns an effectively unlimited stream of pseudorandom int values, each conforming to the given origin (inclusive) and bound
(exclusive).
- IRandom - Interface in br.com.brjdevs.java.utils.random
-
Interface version of the Random class.
- 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
-
- newThread(Runnable) - Method in class br.com.brjdevs.java.utils.threads.builder.ThreadBuilder
-
- nextBoolean() - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns the next pseudorandom, uniformly distributed
boolean value from this random number generator's
sequence.
- nextBoolean() - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns the next pseudorandom, uniformly distributed
boolean value from this random number generator's
sequence.
- nextBytes(byte[]) - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Generates random bytes and places them into a user-supplied
byte array.
- nextBytes(byte[]) - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Generates random bytes and places them into a user-supplied
byte array.
- nextDouble() - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns the next pseudorandom, uniformly distributed
double value between 0.0 and
1.0 from this random number generator's sequence.
- nextDouble() - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns the next pseudorandom, uniformly distributed
double value between 0.0 and
1.0 from this random number generator's sequence.
- nextFloat() - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns the next pseudorandom, uniformly distributed float
value between 0.0 and 1.0 from this random
number generator's sequence.
- nextFloat() - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns the next pseudorandom, uniformly distributed float
value between 0.0 and 1.0 from this random
number generator's sequence.
- nextGaussian() - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double value with mean 0.0 and standard
deviation 1.0 from this random number generator's sequence.
- nextGaussian() - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double value with mean 0.0 and standard
deviation 1.0 from this random number generator's sequence.
- nextInt() - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns the next pseudorandom, uniformly distributed int
value from this random number generator's sequence.
- nextInt(int) - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns a pseudorandom, uniformly distributed int value
between 0 (inclusive) and the specified value (exclusive), drawn from
this random number generator's sequence.
- nextInt() - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns the next pseudorandom, uniformly distributed int
value from this random number generator's sequence.
- nextInt(int) - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns a pseudorandom, uniformly distributed int value
between 0 (inclusive) and the specified value (exclusive), drawn from
this random number generator's sequence.
- nextLong() - Method in interface br.com.brjdevs.java.utils.random.IRandom
-
Returns the next pseudorandom, uniformly distributed long
value from this random number generator's sequence.
- nextLong() - Method in class br.com.brjdevs.java.utils.random.WrappedRandom
-
Returns the next pseudorandom, uniformly distributed long
value from this random number generator's sequence.
- normalizeArray(String[], int) - Static method in class br.com.brjdevs.java.utils.strings.StringUtils
-
Normalize an String Array.