Uses of Package
org.apache.commons.lang3
-
Packages that use org.apache.commons.lang3 Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.lang
classes.org.apache.commons.lang3.reflect Accumulates common high-level uses of thejava.lang.reflect
APIs. -
Classes in org.apache.commons.lang3 used by org.apache.commons.lang3 Class Description AppendableJoiner Joins an array orIterable
into an existingAppendable
like aStringBuilder
; with the goal for call sites to avoid creating intermediary Strings.AppendableJoiner.Builder Builds instances ofAppendableJoiner
.CharSet A set of characters.ClassUtils.Interfaces Inclusivity literals forClassUtils.hierarchy(Class, Interfaces)
.DoubleRange SpecializesNumberRange
forDouble
s.Functions.FailableBiConsumer Deprecated.UseFailableBiConsumer
.Functions.FailableBiFunction Deprecated.UseFailableBiFunction
.Functions.FailableBiPredicate Deprecated.UseFailableBiPredicate
.Functions.FailableCallable Deprecated.UseFailableCallable
.Functions.FailableConsumer Deprecated.UseFailableConsumer
.Functions.FailableFunction Deprecated.UseFailableFunction
.Functions.FailablePredicate Deprecated.UseFailablePredicate
.Functions.FailableRunnable Deprecated.UseFailableRunnable
.Functions.FailableSupplier Deprecated.UseFailableSupplier
.IntegerRange SpecializesNumberRange
forInteger
s.JavaVersion An enum representing all the versions of the Java specification.LongRange SpecializesNumberRange
forLong
s.NumberRange SpecializesRange
forNumber
s.ObjectUtils.Null Class used as a null placeholder wherenull
has another meaning.RandomStringUtils Generates randomString
s.RandomUtils Supplements the standardRandom
class.Range An immutable range of objects from a minimum to maximum point inclusive.Streams.FailableStream Deprecated.ThreadUtils.ThreadGroupPredicate Deprecated.Use aPredicate
.ThreadUtils.ThreadPredicate Deprecated.Use aPredicate
. -
Classes in org.apache.commons.lang3 used by org.apache.commons.lang3.reflect Class Description ClassUtils.Interfaces Inclusivity literals forClassUtils.hierarchy(Class, Interfaces)
.