Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AARCH_64 - Enum constant in enum org.apache.commons.lang3.arch.Processor.Type
ARM 64-bit.
abbreviate(String, int) - Static method in class org.apache.commons.lang3.StringUtils
Abbreviates a String using ellipses.
abbreviate(String, int, int) - Static method in class org.apache.commons.lang3.StringUtils
Abbreviates a String using ellipses.
abbreviate(String, String, int) - Static method in class org.apache.commons.lang3.StringUtils
Abbreviates a String using another given String as replacement marker.
abbreviate(String, String, int, int) - Static method in class org.apache.commons.lang3.StringUtils
Abbreviates a String using a given replacement marker.
abbreviateMiddle(String, String, int) - Static method in class org.apache.commons.lang3.StringUtils
Abbreviates a String to the length passed, replacing the middle characters with the supplied replacement String.
above(int) - Static method in class org.apache.commons.lang3.text.translate.JavaUnicodeEscaper
Deprecated.
Constructs a JavaUnicodeEscaper above the specified value (exclusive).
above(int) - Static method in class org.apache.commons.lang3.text.translate.NumericEntityEscaper
Deprecated.
Constructs a NumericEntityEscaper above the specified value (exclusive).
above(int) - Static method in class org.apache.commons.lang3.text.translate.UnicodeEscaper
Deprecated.
Constructs a UnicodeEscaper above the specified value (exclusive).
abs() - Method in class org.apache.commons.lang3.math.Fraction
Gets a fraction that is the positive equivalent of this one.
AbstractBuilder() - Constructor for class org.apache.commons.lang3.concurrent.AbstractConcurrentInitializer.AbstractBuilder
Constructs a new instance.
AbstractCircuitBreaker<T> - Class in org.apache.commons.lang3.concurrent
Base class for circuit breakers.
AbstractCircuitBreaker() - Constructor for class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
AbstractCircuitBreaker.State - Enum in org.apache.commons.lang3.concurrent
An internal enumeration representing the different states of a circuit breaker.
AbstractConcurrentInitializer<T,E extends Exception> - Class in org.apache.commons.lang3.concurrent
Abstracts and defines operations for ConcurrentInitializer implementations.
AbstractConcurrentInitializer() - Constructor for class org.apache.commons.lang3.concurrent.AbstractConcurrentInitializer
Constructs a new instance.
AbstractConcurrentInitializer.AbstractBuilder<I extends AbstractConcurrentInitializer<T,E>,T,B extends AbstractConcurrentInitializer.AbstractBuilder<I,T,B,E>,E extends Exception> - Class in org.apache.commons.lang3.concurrent
Builds a new instance for subclasses.
AbstractFutureProxy<V> - Class in org.apache.commons.lang3.concurrent
Proxies to a Future for subclassing.
AbstractFutureProxy(Future<V>) - Constructor for class org.apache.commons.lang3.concurrent.AbstractFutureProxy
Constructs a new instance.
AbstractSupplier<T,B extends AbstractSupplier<T,B,E>,E extends Throwable> - Class in org.apache.commons.lang3.builder
Abstracts supplying an instance of T.
AbstractSupplier() - Constructor for class org.apache.commons.lang3.builder.AbstractSupplier
Constructs a new instance.
accept(boolean) - Method in interface org.apache.commons.lang3.function.BooleanConsumer
Accepts the given arguments.
accept(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleConsumer
Accepts the given arguments.
accept(int) - Method in interface org.apache.commons.lang3.function.FailableIntConsumer
Accepts the given arguments.
accept(long) - Method in interface org.apache.commons.lang3.function.FailableLongConsumer
Accepts the given arguments.
accept(Class<?>) - Method in class org.apache.commons.lang3.builder.RecursiveToStringStyle
Returns whether or not to recursively format the given Class.
accept(Field) - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
Returns whether or not to append the given Field.
accept(Consumer<T>, T) - Static method in class org.apache.commons.lang3.function.Consumers
Applies the given Consumer action to the object if the consumer is not null.
accept(O) - Method in interface org.apache.commons.lang3.Functions.FailableConsumer
Deprecated.
Accepts the consumer.
accept(O1, O2) - Method in interface org.apache.commons.lang3.Functions.FailableBiConsumer
Deprecated.
Accepts the consumer.
accept(FailableBiConsumer<Long, Integer, T>, Duration) - Static method in class org.apache.commons.lang3.time.DurationUtils
Accepts the function with the duration as a long milliseconds and int nanoseconds.
accept(FailableBiConsumer<L, R, E>) - Method in class org.apache.commons.lang3.tuple.Pair
Accepts this key and value as arguments to the given consumer.
accept(FailableBiConsumer<T, U, E>, T, U) - Static method in class org.apache.commons.lang3.function.Failable
Consumes a consumer and rethrows any exception as a RuntimeException.
accept(FailableConsumer<T, E>, T) - Static method in class org.apache.commons.lang3.function.Failable
Consumes a consumer and rethrows any exception as a RuntimeException.
accept(FailableDoubleConsumer<E>, double) - Static method in class org.apache.commons.lang3.function.Failable
Consumes a consumer and rethrows any exception as a RuntimeException.
accept(FailableIntConsumer<E>, int) - Static method in class org.apache.commons.lang3.function.Failable
Consumes a consumer and rethrows any exception as a RuntimeException.
accept(FailableLongConsumer<E>, long) - Static method in class org.apache.commons.lang3.function.Failable
Consumes a consumer and rethrows any exception as a RuntimeException.
accept(Functions.FailableBiConsumer<O1, O2, T>, O1, O2) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Consumes a consumer and rethrows any exception as a RuntimeException.
accept(Functions.FailableConsumer<O, T>, O) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Consumes a consumer and rethrows any exception as a RuntimeException.
accept(T) - Method in interface org.apache.commons.lang3.function.FailableConsumer
Accepts the given arguments.
accept(T, double) - Method in interface org.apache.commons.lang3.function.FailableObjDoubleConsumer
Accepts the given arguments.
accept(T, int) - Method in interface org.apache.commons.lang3.function.FailableObjIntConsumer
Accepts the given arguments.
accept(T, long) - Method in interface org.apache.commons.lang3.function.FailableObjLongConsumer
Accepts the given arguments.
accept(T, U) - Method in interface org.apache.commons.lang3.function.FailableBiConsumer
Accepts the given arguments.
accept(T, U, V) - Method in interface org.apache.commons.lang3.function.TriConsumer
Performs the operation given the specified arguments.
acceptReadLocked(FailableConsumer<O, ?>) - Method in class org.apache.commons.lang3.concurrent.locks.LockingVisitors.LockVisitor
Provides read (shared, non-exclusive) access to the locked (hidden) object.
acceptWriteLocked(FailableConsumer<O, ?>) - Method in class org.apache.commons.lang3.concurrent.locks.LockingVisitors.LockVisitor
Provides write (exclusive) access to the locked (hidden) object.
accumulator() - Method in class org.apache.commons.lang3.stream.Streams.ArrayCollector
 
accumulator() - Method in class org.apache.commons.lang3.Streams.ArrayCollector
Deprecated.
 
acquire() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
Acquires a permit from this semaphore.
add(boolean[], boolean) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(boolean[], int, boolean) - Static method in class org.apache.commons.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, boolean[], boolean...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(byte) - Method in class org.apache.commons.lang3.mutable.MutableByte
Adds a value to the value of this instance.
add(byte[], byte) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(byte[], int, byte) - Static method in class org.apache.commons.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, byte[], byte...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(char[], char) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(char[], int, char) - Static method in class org.apache.commons.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, char[], char...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(double) - Method in class org.apache.commons.lang3.mutable.MutableDouble
Adds a value to the value of this instance.
add(double[], double) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(double[], int, double) - Static method in class org.apache.commons.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, double[], double...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(float) - Method in class org.apache.commons.lang3.mutable.MutableFloat
Adds a value to the value of this instance.
add(float[], float) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(float[], int, float) - Static method in class org.apache.commons.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, float[], float...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(int) - Method in class org.apache.commons.lang3.mutable.MutableInt
Adds a value to the value of this instance.
add(int[], int) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(int[], int, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, int[], int...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(long) - Method in class org.apache.commons.lang3.mutable.MutableLong
Adds a value to the value of this instance.
add(long[], int, long) - Static method in class org.apache.commons.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, long[], long...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(long[], long) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(short) - Method in class org.apache.commons.lang3.mutable.MutableShort
Adds a value to the value of this instance.
add(short[], int, short) - Static method in class org.apache.commons.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, short[], short...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(short[], short) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(Number) - Method in class org.apache.commons.lang3.mutable.MutableByte
Adds a value to the value of this instance.
add(Number) - Method in class org.apache.commons.lang3.mutable.MutableDouble
Adds a value to the value of this instance.
add(Number) - Method in class org.apache.commons.lang3.mutable.MutableFloat
Adds a value to the value of this instance.
add(Number) - Method in class org.apache.commons.lang3.mutable.MutableInt
Adds a value to the value of this instance.
add(Number) - Method in class org.apache.commons.lang3.mutable.MutableLong
Adds a value to the value of this instance.
add(Number) - Method in class org.apache.commons.lang3.mutable.MutableShort
Adds a value to the value of this instance.
add(String) - Method in class org.apache.commons.lang3.CharSet
Add a set definition string to the CharSet.
add(String) - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Unsupported ListIterator operation.
add(Fraction) - Method in class org.apache.commons.lang3.math.Fraction
Adds the value of this fraction to another, returning the result in reduced form.
add(T[], int, T) - Static method in class org.apache.commons.lang3.ArrayUtils
Deprecated.
this method has been superseded by insert(int, T[], T...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(T[], T) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
addAll(boolean[], boolean...) - Static method in class org.apache.commons.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(byte[], byte...) - Static method in class org.apache.commons.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(char[], char...) - Static method in class org.apache.commons.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(double[], double...) - Static method in class org.apache.commons.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(float[], float...) - Static method in class org.apache.commons.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(int[], int...) - Static method in class org.apache.commons.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(long[], long...) - Static method in class org.apache.commons.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(short[], short...) - Static method in class org.apache.commons.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(T[], T...) - Static method in class org.apache.commons.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAndGet(byte) - Method in class org.apache.commons.lang3.mutable.MutableByte
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(double) - Method in class org.apache.commons.lang3.mutable.MutableDouble
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(float) - Method in class org.apache.commons.lang3.mutable.MutableFloat
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(int) - Method in class org.apache.commons.lang3.mutable.MutableInt
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(long) - Method in class org.apache.commons.lang3.mutable.MutableLong
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(short) - Method in class org.apache.commons.lang3.mutable.MutableShort
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableByte
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableDouble
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableFloat
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableInt
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableLong
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(Number) - Method in class org.apache.commons.lang3.mutable.MutableShort
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addChangeListener(PropertyChangeListener) - Method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
Adds a change listener to this circuit breaker.
addContextValue(String, Object) - Method in exception org.apache.commons.lang3.exception.ContextedException
Adds information helpful to a developer in diagnosing and correcting the problem.
addContextValue(String, Object) - Method in exception org.apache.commons.lang3.exception.ContextedRuntimeException
Adds information helpful to a developer in diagnosing and correcting the problem.
addContextValue(String, Object) - Method in class org.apache.commons.lang3.exception.DefaultExceptionContext
Adds a contextual label-value pair into this context.
addContextValue(String, Object) - Method in interface org.apache.commons.lang3.exception.ExceptionContext
Adds a contextual label-value pair into this context.
addDays(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Adds a number of days to a date returning a new object.
addEventListener(Object, Class<L>, L) - Static method in class org.apache.commons.lang3.event.EventUtils
Adds an event listener to the specified source.
addFirst(boolean[], boolean) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the beginning of the new array.
addFirst(byte[], byte) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the beginning of the new array.
addFirst(char[], char) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the beginning of the new array.
addFirst(double[], double) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the beginning of the new array.
addFirst(float[], float) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the beginning of the new array.
addFirst(int[], int) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the beginning of the new array.
addFirst(long[], long) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the beginning of the new array.
addFirst(short[], short) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the beginning of the new array.
addFirst(T[], T) - Static method in class org.apache.commons.lang3.ArrayUtils
Copies the given array and adds the given element at the beginning of the new array.
addHours(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Adds a number of hours to a date returning a new object.
addInitializer(String, BackgroundInitializer<?>) - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer
Adds a new BackgroundInitializer to this object.
addListener(L) - Method in class org.apache.commons.lang3.event.EventListenerSupport
Registers an event listener.
addListener(L, boolean) - Method in class org.apache.commons.lang3.event.EventListenerSupport
Registers an event listener.
addMilliseconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Adds a number of milliseconds to a date returning a new object.
addMinutes(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Adds a number of minutes to a date returning a new object.
addMonths(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Adds a number of months to a date returning a new object.
addSeconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Adds a number of seconds to a date returning a new object.
addWeeks(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Adds a number of weeks to a date returning a new object.
addYears(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Adds a number of years to a date returning a new object.
AggregateTranslator - Class in org.apache.commons.lang3.text.translate
Deprecated.
As of 3.6, use Apache Commons Text AggregateTranslator instead
AggregateTranslator(CharSequenceTranslator...) - Constructor for class org.apache.commons.lang3.text.translate.AggregateTranslator
Deprecated.
Specify the translators to be used at creation time.
allMatch(FailablePredicate<T, ?>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
Returns whether all elements of this stream match the provided predicate.
allMatch(Functions.FailablePredicate<O, ?>) - Method in class org.apache.commons.lang3.Streams.FailableStream
Deprecated.
Returns whether all elements of this stream match the provided predicate.
allNotNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
Tests if all values in the array are not nulls.
allNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
Tests if all values in the given array are null.
ALWAYS_TRUE_PREDICATE - Static variable in class org.apache.commons.lang3.ThreadUtils
Deprecated.
Use a Predicate.
and(boolean...) - Static method in class org.apache.commons.lang3.BooleanUtils
Performs an 'and' operation on a set of booleans.
and(Boolean...) - Static method in class org.apache.commons.lang3.BooleanUtils
Performs an 'and' operation on an array of Booleans.
and(BitSet) - Method in class org.apache.commons.lang3.util.FluentBitSet
Performs a logical AND of this target bit set with the argument bit set.
and(FailableBiPredicate<? super T, ? super U, E>) - Method in interface org.apache.commons.lang3.function.FailableBiPredicate
and(FailableDoublePredicate<E>) - Method in interface org.apache.commons.lang3.function.FailableDoublePredicate
and(FailableIntPredicate<E>) - Method in interface org.apache.commons.lang3.function.FailableIntPredicate
and(FailableLongPredicate<E>) - Method in interface org.apache.commons.lang3.function.FailableLongPredicate
and(FailablePredicate<? super T, E>) - Method in interface org.apache.commons.lang3.function.FailablePredicate
and(FluentBitSet) - Method in class org.apache.commons.lang3.util.FluentBitSet
Performs a logical AND of this target bit set with the argument bit set.
andNot(BitSet) - Method in class org.apache.commons.lang3.util.FluentBitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
andNot(FluentBitSet) - Method in class org.apache.commons.lang3.util.FluentBitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
andThen(Function<? super R, ? extends W>) - Method in interface org.apache.commons.lang3.function.TriFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(BooleanConsumer) - Method in interface org.apache.commons.lang3.function.BooleanConsumer
Returns a composed BooleanConsumer that performs, in sequence, this operation followed by the after operation.
andThen(FailableBiConsumer<? super T, ? super U, E>) - Method in interface org.apache.commons.lang3.function.FailableBiConsumer
andThen(FailableConsumer<? super T, E>) - Method in interface org.apache.commons.lang3.function.FailableConsumer
Returns a composed Consumer like Consumer.andThen(Consumer).
andThen(FailableDoubleConsumer<E>) - Method in interface org.apache.commons.lang3.function.FailableDoubleConsumer
andThen(FailableDoubleUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
andThen(FailableFunction<? super R, ? extends V, E>) - Method in interface org.apache.commons.lang3.function.FailableBiFunction
Returns a composed FailableBiFunction that like BiFunction.andThen(Function).
andThen(FailableFunction<? super R, ? extends V, E>) - Method in interface org.apache.commons.lang3.function.FailableFunction
andThen(FailableIntConsumer<E>) - Method in interface org.apache.commons.lang3.function.FailableIntConsumer
andThen(FailableIntUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
andThen(FailableLongConsumer<E>) - Method in interface org.apache.commons.lang3.function.FailableLongConsumer
andThen(FailableLongUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
andThen(TriConsumer<? super T, ? super U, ? super V>) - Method in interface org.apache.commons.lang3.function.TriConsumer
Returns a composed TriConsumer that performs, in sequence, this operation followed by the after operation.
AnnotationUtils - Class in org.apache.commons.lang3
Helper methods for working with Annotation instances.
AnnotationUtils() - Constructor for class org.apache.commons.lang3.AnnotationUtils
Deprecated.
TODO Make private in 4.0.
anyMatch(FailablePredicate<T, ?>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(Functions.FailablePredicate<O, ?>) - Method in class org.apache.commons.lang3.Streams.FailableStream
Deprecated.
Returns whether any elements of this stream match the provided predicate.
anyNotNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
Tests if any value in the given array is not null.
anyNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
Tests if any value in the given array is null.
APOS_ESCAPE() - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
Deprecated.
Mapping to escape the apostrophe character to its XML character entity.
APOS_UNESCAPE() - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
Deprecated.
Reverse of EntityArrays.APOS_ESCAPE() for unescaping purposes.
append(boolean) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a boolean.
append(boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a boolean value.
append(boolean) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a boolean value to the string builder.
append(boolean[]) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a boolean array.
append(boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a boolean array.
append(boolean[], boolean[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two boolean arrays.
append(boolean[], boolean[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Deep comparison of array of boolean.
append(boolean, boolean) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two booleanss.
append(boolean, boolean) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Test if two booleanss are equal.
append(byte) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a byte.
append(byte) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a byte value.
append(byte[]) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a byte array.
append(byte[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a byte array.
append(byte[], byte[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two byte arrays.
append(byte[], byte[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Deep comparison of array of byte.
append(byte, byte) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two bytes.
append(byte, byte) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Test if two bytes are equal.
append(char) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a char.
append(char) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a char value.
append(char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a char value to the string builder.
append(char[]) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a char array.
append(char[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a char array.
append(char[]) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a char array to the string builder.
append(char[], char[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two char arrays.
append(char[], char[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Deep comparison of array of char.
append(char[], int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a char array to the string builder.
append(char, char) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two chars.
append(char, char) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Test if two chars are equal.
append(double) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a double.
append(double) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a double value.
append(double) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a double value to the string builder using String.valueOf.
append(double[]) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a double array.
append(double[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a double array.
append(double[], double[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two double arrays.
append(double[], double[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Deep comparison of array of double.
append(double, double) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two doubles.
append(double, double) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Test if two doubles are equal by testing that the pattern of bits returned by doubleToLong are equal.
append(float) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a float.
append(float) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a float value.
append(float) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a float value to the string builder using String.valueOf.
append(float[]) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a float array.
append(float[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a float array.
append(float[], float[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two float arrays.
append(float[], float[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Deep comparison of array of float.
append(float, float) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two floats.
append(float, float) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Test if two floats are equal by testing that the pattern of bits returned by doubleToLong are equal.
append(int) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for an int.
append(int) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an int value.
append(int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an int value to the string builder using String.valueOf.
append(int[]) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for an int array.
append(int[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an int array.
append(int[], int[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two int arrays.
append(int[], int[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Deep comparison of array of int.
append(int, int) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two ints.
append(int, int) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Test if two ints are equal.
append(long) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a long.
append(long) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a long value.
append(long) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a long value to the string builder using String.valueOf.
append(long[]) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a long array.
append(long[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a long array.
append(long[], long[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two long arrays.
append(long[], long[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Deep comparison of array of long.
append(long, long) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two longs.
append(long, long) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Test if two longs are equal.
append(short) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a short.
append(short) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a short value.
append(short[]) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for a short array.
append(short[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a short array.
append(short[], short[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two short arrays.
append(short[], short[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Deep comparison of array of short.
append(short, short) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two shorts.
append(short, short) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Test if two shorts are equal.
append(CharSequence) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a CharSequence to this string builder.
append(CharSequence, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends part of a CharSequence to this string builder.
append(CharSequence, Formatter, int, int, int) - Static method in class org.apache.commons.lang3.text.FormattableUtils
Deprecated.
Handles the common Formattable operations of truncate-pad-append, with no ellipsis on precision overflow, and padding width underflow with spaces.
append(CharSequence, Formatter, int, int, int, char) - Static method in class org.apache.commons.lang3.text.FormattableUtils
Deprecated.
Handles the common Formattable operations of truncate-pad-append, with no ellipsis on precision overflow.
append(CharSequence, Formatter, int, int, int, char, CharSequence) - Static method in class org.apache.commons.lang3.text.FormattableUtils
Deprecated.
Handles the common Formattable operations of truncate-pad-append.
append(CharSequence, Formatter, int, int, int, CharSequence) - Static method in class org.apache.commons.lang3.text.FormattableUtils
Deprecated.
Handles the common Formattable operations of truncate-pad-append, padding width underflow with spaces.
append(Object) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for an Object.
append(Object) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an Object value.
append(Object) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an object to this string builder.
append(Object[]) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Append a hashCode for an Object array.
append(Object[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an Object array.
append(Object[], Object[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two Object arrays.
append(Object[], Object[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Performs a deep comparison of two Object arrays.
append(Object[], Object[], Comparator<?>) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two Object arrays.
append(Object, Object) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two Objects.
append(Object, Object) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Test if two Objects are equal using either #EqualsBuilder.reflectionAppend(Object, Object), if object are non primitives (or wrapper of primitives) or if field testRecursive is set to false.
append(Object, Object, Comparator<?>) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two Objects.
append(String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a string to this string builder.
append(StringBuffer) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a string buffer to this string builder.
append(StringBuffer, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends part of a string buffer to this string builder.
append(StringBuffer, String, boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a boolean value.
append(StringBuffer, String, boolean[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a boolean array.
append(StringBuffer, String, byte) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a byte value.
append(StringBuffer, String, byte[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a byte array.
append(StringBuffer, String, char) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a char value.
append(StringBuffer, String, char[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a char array.
append(StringBuffer, String, double) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a double value.
append(StringBuffer, String, double[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a double array.
append(StringBuffer, String, float) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a float value.
append(StringBuffer, String, float[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a float array.
append(StringBuffer, String, int) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an int value.
append(StringBuffer, String, int[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an int array.
append(StringBuffer, String, long) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a long value.
append(StringBuffer, String, long[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a long array.
append(StringBuffer, String, short) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a short value.
append(StringBuffer, String, short[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a short array.
append(StringBuffer, String, Object[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an Object array.
append(StringBuffer, String, Object, Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an Object value, printing the full toString of the Object passed in.
append(StringBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a StringBuilder to this string builder.
append(StringBuilder, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends part of a StringBuilder to this string builder.
append(String, boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a boolean value.
append(String, boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a boolean array.
append(String, boolean[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a boolean array.
append(String, boolean[], boolean[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two boolean[]s are equal.
append(String, boolean, boolean) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two booleans are equal.
append(String, byte) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an byte value.
append(String, byte[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a byte array.
append(String, byte[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a byte array.
append(String, byte[], byte[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two byte[]s are equal.
append(String, byte, byte) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two bytes are equal.
append(String, char) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a char value.
append(String, char[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a char array.
append(String, char[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a char array.
append(String, char[], char[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two char[]s are equal.
append(String, char, char) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two chars are equal.
append(String, double) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a double value.
append(String, double[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a double array.
append(String, double[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a double array.
append(String, double[], double[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two double[]s are equal.
append(String, double, double) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two doubles are equal.
append(String, float) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an float value.
append(String, float[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a float array.
append(String, float[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a float array.
append(String, float[], float[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two float[]s are equal.
append(String, float, float) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Test if two floats are equal.
append(String, int) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an int value.
append(String, int[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an int array.
append(String, int[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an int array.
append(String, int[], int[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two int[]s are equal.
append(String, int, int) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two ints are equal.
append(String, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends part of a string to this string builder.
append(String, long) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a long value.
append(String, long[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a long array.
append(String, long[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a long array.
append(String, long[], long[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two long[]s are equal.
append(String, long, long) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two longs are equal.
append(String, short) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an short value.
append(String, short[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a short array.
append(String, short[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString a short array.
append(String, short[], short[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two short[]s are equal.
append(String, short, short) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two shorts are equal.
append(String, Object) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an Object value.
append(String, Object[]) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an Object array.
append(String, Object...) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Calls String.format(String, Object...) and appends the result.
append(String, Object[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an Object array.
append(String, Object[], Object[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two Object[]s are equal.
append(String, Object, boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append to the toString an Object value.
append(String, Object, Object) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Tests if two Objectss are equal.
append(String, DiffResult<?>) - Method in class org.apache.commons.lang3.builder.DiffBuilder
Appends diffs from another DiffResult.
append(CharBuffer) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends the contents of a char buffer to this string builder.
append(CharBuffer, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends the contents of a char buffer to this string builder.
append(StrBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends another string builder to this string builder.
append(StrBuilder, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends part of a string builder to this string builder.
AppendableJoiner<T> - Class in org.apache.commons.lang3
Joins an array or Iterable into an existing Appendable like a StringBuilder; with the goal for call sites to avoid creating intermediary Strings.
AppendableJoiner.Builder<T> - Class in org.apache.commons.lang3
Builds instances of AppendableJoiner.
appendAll(Iterable<?>) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends each item in an iterable to the builder without any separators.
appendAll(Iterator<?>) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends each item in an iterator to the builder without any separators.
appendAll(T...) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends each item in an array to the builder without any separators.
appendAsObjectToString(Object) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Appends with the same format as the default Object toString() method.
appendClassName(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the class name.
appendContentEnd(StringBuffer) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the content end.
appendContentStart(StringBuffer) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the content start.
appendCyclicObject(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an Object value that has been detected to participate in a cycle.
appendDetail(StringBuffer, String, boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a boolean value.
appendDetail(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of a boolean array.
appendDetail(StringBuffer, String, byte) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a byte value.
appendDetail(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of a byte array.
appendDetail(StringBuffer, String, char) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a char value.
appendDetail(StringBuffer, String, char[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, char[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of a char array.
appendDetail(StringBuffer, String, double) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a double value.
appendDetail(StringBuffer, String, double[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, double[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of a double array.
appendDetail(StringBuffer, String, float) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a float value.
appendDetail(StringBuffer, String, float[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, float[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of a float array.
appendDetail(StringBuffer, String, int) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an int value.
appendDetail(StringBuffer, String, int[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, int[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of an int array.
appendDetail(StringBuffer, String, int, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of an Object array item.
appendDetail(StringBuffer, String, long) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a long value.
appendDetail(StringBuffer, String, long[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, long[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of a long array.
appendDetail(StringBuffer, String, short) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a short value.
appendDetail(StringBuffer, String, short[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, short[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of a short array.
appendDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.RecursiveToStringStyle
 
appendDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an Object value, printing the full detail of the Object.
appendDetail(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the detail of an Object array.
appendDetail(StringBuffer, String, Collection<?>) - Method in class org.apache.commons.lang3.builder.RecursiveToStringStyle
 
appendDetail(StringBuffer, String, Collection<?>) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a Collection.
appendDetail(StringBuffer, String, Map<?, ?>) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a Map.
appendEnd(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the end of data indicator.
appendFieldEnd(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the field end.
appendFieldSeparator(StringBuffer) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the field separator.
appendFieldsIn(Class<?>) - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
Appends the fields and values defined by the given object of the given Class.
appendFieldStart(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the field start.
appendFixedWidthPadLeft(int, int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadLeft(Object, int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadRight(int, int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an object to the builder padding on the right to a fixed length.
appendFixedWidthPadRight(Object, int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an object to the builder padding on the right to a fixed length.
appendIdentityHashCode(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
appendIfMissing(String, CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
Appends the suffix to the end of the string if the string does not already end with any of the suffixes.
appendIfMissingIgnoreCase(String, CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
Appends the suffix to the end of the string if the string does not already end, case-insensitive, with any of the suffixes.
appendInternal(StringBuffer, String, Object, boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an Object, correctly interpreting its type.
appendln(boolean) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a boolean value followed by a new line to the string builder.
appendln(char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a char value followed by a new line to the string builder.
appendln(char[]) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a char array followed by a new line to the string builder.
appendln(char[], int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a char array followed by a new line to the string builder.
appendln(double) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a double value followed by a new line to the string builder using String.valueOf.
appendln(float) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a float value followed by a new line to the string builder using String.valueOf.
appendln(int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an int value followed by a new line to the string builder using String.valueOf.
appendln(long) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a long value followed by a new line to the string builder using String.valueOf.
appendln(Object) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an object followed by a new line to this string builder.
appendln(String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a string followed by a new line to this string builder.
appendln(StringBuffer) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a string buffer followed by a new line to this string builder.
appendln(StringBuffer, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends part of a string buffer followed by a new line to this string builder.
appendln(StringBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a string builder followed by a new line to this string builder.
appendln(StringBuilder, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends part of a string builder followed by a new line to this string builder.
appendln(String, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends part of a string followed by a new line to this string builder.
appendln(String, Object...) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Calls String.format(String, Object...) and appends the result.
appendln(StrBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends another string builder followed by a new line to this string builder.
appendln(StrBuilder, int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends part of a string builder followed by a new line to this string builder.
appendNewLine() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends this builder's new line string to this builder.
appendNull() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends the text representing null to this string builder.
appendNullText(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an indicator for null.
appendPadding(int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends the pad character to the builder the specified number of times.
appendSeparator(char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a separator if the builder is currently non-empty.
appendSeparator(char, char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Append one of both separators to the builder If the builder is currently empty it will append the defaultIfEmpty-separator Otherwise it will append the standard-separator The separator is appended using StrBuilder.append(char).
appendSeparator(char, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a separator to the builder if the loop index is greater than zero.
appendSeparator(String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a separator if the builder is currently non-empty.
appendSeparator(String, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends a separator to the builder if the loop index is greater than zero.
appendSeparator(String, String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends one of both separators to the StrBuilder.
appendStart(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the start of data indicator.
appendSummary(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a summary of a boolean array.
appendSummary(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a summary of a byte array.
appendSummary(StringBuffer, String, char[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a summary of a char array.
appendSummary(StringBuffer, String, double[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a summary of a double array.
appendSummary(StringBuffer, String, float[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a summary of a float array.
appendSummary(StringBuffer, String, int[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a summary of an int array.
appendSummary(StringBuffer, String, long[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a summary of a long array.
appendSummary(StringBuffer, String, short[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a summary of a short array.
appendSummary(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString an Object value, printing a summary of the Object.
appendSummary(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a summary of an Object array.
appendSummarySize(StringBuffer, String, int) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString a size summary.
appendSuper(boolean) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Adds the result of super.equals() to this builder.
appendSuper(int) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Appends to the builder the compareTo(Object) result of the superclass.
appendSuper(int) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Adds the result of super.hashCode() to this builder.
appendSuper(String) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append the toString from the superclass.
appendSuper(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString the superclass toString.
appendTo(Appendable) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends current contents of this StrBuilder to the provided Appendable.
appendToString(String) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Append the toString from another object.
appendToString(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Appends to the toString another toString.
appendWithSeparators(Iterable<?>, String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an iterable placing separators between each value, but not before the first or after the last.
appendWithSeparators(Object[], String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an array placing separators between each value, but not before the first or after the last.
appendWithSeparators(Iterator<?>, String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Appends an iterator placing separators between each value, but not before the first or after the last.
APPLE_AWT_ENABLE_TEMPLATE_IMAGES - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "apple.awt.enableTemplateImages".
apply(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleFunction
Applies this function.
apply(int) - Method in interface org.apache.commons.lang3.function.FailableIntFunction
Applies this function.
apply(long) - Method in interface org.apache.commons.lang3.function.FailableLongFunction
Applies this function.
apply(I) - Method in interface org.apache.commons.lang3.Functions.FailableFunction
Deprecated.
Applies this function.
apply(Function<T, R>, T) - Static method in class org.apache.commons.lang3.function.Functions
Applies the Function on the object if the function is not null.
apply(O1, O2) - Method in interface org.apache.commons.lang3.Functions.FailableBiFunction
Deprecated.
Applies this function.
apply(FailableBiFunction<L, R, V, E>) - Method in class org.apache.commons.lang3.tuple.Pair
Applies this key and value as arguments to the given function.
apply(FailableBiFunction<T, U, R, E>, T, U) - Static method in class org.apache.commons.lang3.function.Failable
Applies a function and rethrows any exception as a RuntimeException.
apply(FailableFunction<T, R, E>, T) - Static method in class org.apache.commons.lang3.function.Failable
Applies a function and rethrows any exception as a RuntimeException.
apply(Functions.FailableBiFunction<O1, O2, O, T>, O1, O2) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Applies a function and rethrows any exception as a RuntimeException.
apply(Functions.FailableFunction<I, O, T>, I) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Applies a function and rethrows any exception as a RuntimeException.
apply(T) - Method in interface org.apache.commons.lang3.function.FailableFunction
Applies this function.
apply(T, U) - Method in interface org.apache.commons.lang3.function.FailableBiFunction
Applies this function.
apply(T, U, V) - Method in interface org.apache.commons.lang3.function.TriFunction
Applies this function to the given arguments.
applyAsBoolean(T, U) - Method in interface org.apache.commons.lang3.function.ToBooleanBiFunction
Applies this function to the given arguments.
applyAsChar(int) - Method in interface org.apache.commons.lang3.function.IntToCharFunction
Applies this function to the given argument.
applyAsDouble(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
Applies this operator to the given operand.
applyAsDouble(double, double) - Method in interface org.apache.commons.lang3.function.FailableDoubleBinaryOperator
Applies this operator to the given operands.
applyAsDouble(int) - Method in interface org.apache.commons.lang3.function.FailableIntToDoubleFunction
Applies this function to the given argument.
applyAsDouble(long) - Method in interface org.apache.commons.lang3.function.FailableLongToDoubleFunction
Applies this function to the given argument.
applyAsDouble(FailableDoubleBinaryOperator<E>, double, double) - Static method in class org.apache.commons.lang3.function.Failable
Applies a function and rethrows any exception as a RuntimeException.
applyAsDouble(T) - Method in interface org.apache.commons.lang3.function.FailableToDoubleFunction
Applies this function to the given arguments.
applyAsDouble(T, U) - Method in interface org.apache.commons.lang3.function.FailableToDoubleBiFunction
Applies this function to the given arguments.
applyAsInt(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleToIntFunction
Applies this function to the given argument.
applyAsInt(int) - Method in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
Applies this operator to the given operand.
applyAsInt(int, int) - Method in interface org.apache.commons.lang3.function.FailableIntBinaryOperator
Applies this operator to the given operands.
applyAsInt(long) - Method in interface org.apache.commons.lang3.function.FailableLongToIntFunction
Applies this function to the given argument.
applyAsInt(T) - Method in interface org.apache.commons.lang3.function.FailableToIntFunction
Applies this function to the given arguments.
applyAsInt(T, U) - Method in interface org.apache.commons.lang3.function.FailableToIntBiFunction
Applies this function to the given arguments.
applyAsLong(double) - Method in interface org.apache.commons.lang3.function.FailableDoubleToLongFunction
Applies this function to the given argument.
applyAsLong(int) - Method in interface org.apache.commons.lang3.function.FailableIntToLongFunction
Applies this function to the given argument.
applyAsLong(long) - Method in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
Applies this operator to the given operand.
applyAsLong(long, long) - Method in interface org.apache.commons.lang3.function.FailableLongBinaryOperator
Applies this operator to the given operands.
applyAsLong(T) - Method in interface org.apache.commons.lang3.function.FailableToLongFunction
Applies this function to the given arguments.
applyAsLong(T, U) - Method in interface org.apache.commons.lang3.function.FailableToLongBiFunction
Applies this function to the given arguments.
applyPattern(String) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
Deprecated.
Apply the specified pattern.
applyReadLocked(FailableFunction<O, T, ?>) - Method in class org.apache.commons.lang3.concurrent.locks.LockingVisitors.LockVisitor
Provides read (shared, non-exclusive) access to the locked (hidden) object for the purpose of computing a result object.
applyRules(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
applyRules(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
Deprecated.
use FastDatePrinter.format(Calendar) or FastDatePrinter.format(Calendar, Appendable)
applyWriteLocked(FailableFunction<O, T, ?>) - Method in class org.apache.commons.lang3.concurrent.locks.LockingVisitors.LockVisitor
Provides write (exclusive) access to the locked (hidden) object for the purpose of computing a result object.
ArchUtils - Class in org.apache.commons.lang3
Provides methods for identifying the architecture of the current JVM based on the "os.arch" system property.
ArchUtils() - Constructor for class org.apache.commons.lang3.ArchUtils
Deprecated.
TODO Make private in 4.0.
ArrayCollector(Class<E>) - Constructor for class org.apache.commons.lang3.stream.Streams.ArrayCollector
Constructs a new instance for the given element type.
ArrayCollector(Class<O>) - Constructor for class org.apache.commons.lang3.Streams.ArrayCollector
Deprecated.
Constructs a new instance for the given element type.
arraycopy(T, int, int, int, Function<Integer, T>) - Static method in class org.apache.commons.lang3.ArrayUtils
A fluent version of System.arraycopy(Object, int, Object, int, int) that returns the destination array.
arraycopy(T, int, int, int, Supplier<T>) - Static method in class org.apache.commons.lang3.ArrayUtils
A fluent version of System.arraycopy(Object, int, Object, int, int) that returns the destination array.
arraycopy(T, int, T, int, int) - Static method in class org.apache.commons.lang3.ArrayUtils
A fluent version of System.arraycopy(Object, int, Object, int, int) that returns the destination array.
ArrayFill - Class in org.apache.commons.lang3
Fills and returns arrays in the fluent style.
ArraySorter - Class in org.apache.commons.lang3
Sorts and returns arrays in the fluent style.
ArraySorter() - Constructor for class org.apache.commons.lang3.ArraySorter
Deprecated.
Will be removed in 4.0.0.
ArrayUtils - Class in org.apache.commons.lang3
Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).
ArrayUtils() - Constructor for class org.apache.commons.lang3.ArrayUtils
Deprecated.
TODO Make private in 4.0.
asBiConsumer(Method) - Static method in class org.apache.commons.lang3.function.MethodInvokers
Produces a BiConsumer for a given consumer Method.
asBiConsumer(FailableBiConsumer<T, U, ?>) - Static method in class org.apache.commons.lang3.function.Failable
Converts the given FailableBiConsumer into a standard BiConsumer.
asBiConsumer(Functions.FailableBiConsumer<O1, O2, ?>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Converts the given Functions.FailableBiConsumer into a standard BiConsumer.
asBiFunction(Method) - Static method in class org.apache.commons.lang3.function.MethodInvokers
Produces a BiFunction for a given a function Method.
asBiFunction(FailableBiFunction<T, U, R, ?>) - Static method in class org.apache.commons.lang3.function.Failable
Converts the given FailableBiFunction into a standard BiFunction.
asBiFunction(Functions.FailableBiFunction<O1, O2, O, ?>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Converts the given Functions.FailableBiFunction into a standard BiFunction.
asBiPredicate(FailableBiPredicate<T, U, ?>) - Static method in class org.apache.commons.lang3.function.Failable
Converts the given FailableBiPredicate into a standard BiPredicate.
asBiPredicate(Functions.FailableBiPredicate<O1, O2, ?>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Converts the given Functions.FailableBiPredicate into a standard BiPredicate.
asCallable(FailableCallable<V, ?>) - Static method in class org.apache.commons.lang3.function.Failable
Converts the given FailableCallable into a standard Callable.
asCallable(Functions.FailableCallable<O, ?>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Converts the given Functions.FailableCallable into a standard Callable.
ASCII_ALPHA - Static variable in class org.apache.commons.lang3.CharSet
A CharSet defining ASCII alphabetic characters "a-zA-Z".
ASCII_ALPHA_LOWER - Static variable in class org.apache.commons.lang3.CharSet
A CharSet defining ASCII alphabetic characters "a-z".
ASCII_ALPHA_UPPER - Static variable in class org.apache.commons.lang3.CharSet
A CharSet defining ASCII alphabetic characters "A-Z".
ASCII_NUMERIC - Static variable in class org.apache.commons.lang3.CharSet
A CharSet defining ASCII alphabetic characters "0-9".
asConsumer(FailableConsumer<T, ?>) - Static method in class org.apache.commons.lang3.function.Failable
Converts the given FailableConsumer into a standard Consumer.
asConsumer(Functions.FailableConsumer<I, ?>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Converts the given Functions.FailableConsumer into a standard Consumer.
asFailableBiConsumer(Method) - Static method in class org.apache.commons.lang3.function.MethodInvokers
Produces a FailableBiConsumer for a given consumer Method.
asFailableBiFunction(Method) - Static method in class org.apache.commons.lang3.function.MethodInvokers
Produces a FailableBiFunction for a given a function Method.
asFailableFunction(Method) - Static method in class org.apache.commons.lang3.function.MethodInvokers
Produces a FailableFunction for a given a supplier Method.
asFailableSupplier(Method) - Static method in class org.apache.commons.lang3.function.MethodInvokers
Produces a FailableSupplier for a given a supplier Method.
asFunction(Method) - Static method in class org.apache.commons.lang3.function.MethodInvokers
Produces a Function for a given a supplier Method.
asFunction(FailableFunction<T, R, ?>) - Static method in class org.apache.commons.lang3.function.Failable
Converts the given FailableFunction into a standard Function.
asFunction(Functions.FailableFunction<I, O, ?>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Converts the given Functions.FailableFunction into a standard Function.
asInterfaceInstance(Class<T>, Method) - Static method in class org.apache.commons.lang3.function.MethodInvokers
Produces an instance of the given single-method interface which redirects its calls to the given method.
asPredicate(FailablePredicate<T, ?>) - Static method in class org.apache.commons.lang3.function.Failable
Converts the given FailablePredicate into a standard Predicate.
asPredicate(Functions.FailablePredicate<I, ?>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Converts the given Functions.FailablePredicate into a standard Predicate.
asReader() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Gets the contents of this builder as a Reader.
asRunnable(FailableRunnable<?>) - Static method in class org.apache.commons.lang3.function.Failable
Converts the given FailableRunnable into a standard Runnable.
asRunnable(Functions.FailableRunnable<?>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Converts the given Functions.FailableRunnable into a standard Runnable.
asRuntimeException(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Throws the given (usually checked) exception without adding the exception to the throws clause of the calling method.
assertNotTerminated() - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
Throws IllegalStateException if this stream is already terminated.
assertNotTerminated() - Method in class org.apache.commons.lang3.Streams.FailableStream
Deprecated.
Throws IllegalStateException if this stream is already terminated.
asSupplier(Method) - Static method in class org.apache.commons.lang3.function.MethodInvokers
Produces a Supplier for a given a supplier Method.
asSupplier(FailableSupplier<T, ?>) - Static method in class org.apache.commons.lang3.function.Failable
Converts the given FailableSupplier into a standard Supplier.
asSupplier(Functions.FailableSupplier<O, ?>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Converts the given Functions.FailableSupplier into a standard Supplier.
asThis() - Method in class org.apache.commons.lang3.builder.AbstractSupplier
Returns this instance typed as the proper subclass type.
asTokenizer() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Creates a tokenizer that can tokenize the contents of this builder.
asWriter() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Gets this builder as a Writer that can be written to.
atLeast(JavaVersion) - Method in enum org.apache.commons.lang3.JavaVersion
Tests whether this version of Java is at least the version of Java passed in.
atMost(JavaVersion) - Method in enum org.apache.commons.lang3.JavaVersion
Tests whether this version of Java is at most the version of Java passed in.
AtomicInitializer<T> - Class in org.apache.commons.lang3.concurrent
A specialized implementation of the ConcurrentInitializer interface based on an AtomicReference variable.
AtomicInitializer() - Constructor for class org.apache.commons.lang3.concurrent.AtomicInitializer
Constructs a new instance.
AtomicInitializer.Builder<I extends AtomicInitializer<T>,T> - Class in org.apache.commons.lang3.concurrent
Builds a new instance.
AtomicSafeInitializer<T> - Class in org.apache.commons.lang3.concurrent
A specialized ConcurrentInitializer implementation which is similar to AtomicInitializer, but ensures that the AbstractConcurrentInitializer.initialize() method is called only once.
AtomicSafeInitializer() - Constructor for class org.apache.commons.lang3.concurrent.AtomicSafeInitializer
Constructs a new instance.
AtomicSafeInitializer.Builder<I extends AtomicSafeInitializer<T>,T> - Class in org.apache.commons.lang3.concurrent
Builds a new instance.
availableLocaleList() - Static method in class org.apache.commons.lang3.LocaleUtils
Obtains an unmodifiable list of installed locales.
availableLocaleSet() - Static method in class org.apache.commons.lang3.LocaleUtils
Obtains an unmodifiable set of installed locales.
AWT_TOOLKIT - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "awt.toolkit".
AWT_TOOLKIT - Static variable in class org.apache.commons.lang3.SystemUtils
The awt.toolkit System Property.

B

BackgroundInitializer<T> - Class in org.apache.commons.lang3.concurrent
A class that allows complex initialization operations in a background task.
BackgroundInitializer() - Constructor for class org.apache.commons.lang3.concurrent.BackgroundInitializer
Creates a new instance of BackgroundInitializer.
BackgroundInitializer(ExecutorService) - Constructor for class org.apache.commons.lang3.concurrent.BackgroundInitializer
Creates a new instance of BackgroundInitializer and initializes it with the given ExecutorService.
BackgroundInitializer.Builder<I extends BackgroundInitializer<T>,T> - Class in org.apache.commons.lang3.concurrent
Builds a new instance.
BASIC_ESCAPE() - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
Deprecated.
Mapping to escape the basic XML and HTML character entities.
BASIC_UNESCAPE() - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
Deprecated.
Reverse of EntityArrays.BASIC_ESCAPE() for unescaping purposes.
BasicThreadFactory - Class in org.apache.commons.lang3.concurrent
An implementation of the ThreadFactory interface that provides some configuration options for the threads it creates.
BasicThreadFactory.Builder - Class in org.apache.commons.lang3.concurrent
A builder class for creating instances of BasicThreadFactory.
below(int) - Static method in class org.apache.commons.lang3.text.translate.JavaUnicodeEscaper
Deprecated.
Constructs a JavaUnicodeEscaper below the specified value (exclusive).
below(int) - Static method in class org.apache.commons.lang3.text.translate.NumericEntityEscaper
Deprecated.
Constructs a NumericEntityEscaper below the specified value (exclusive).
below(int) - Static method in class org.apache.commons.lang3.text.translate.UnicodeEscaper
Deprecated.
Constructs a UnicodeEscaper below the specified value (exclusive).
between(int, int) - Static method in class org.apache.commons.lang3.text.translate.JavaUnicodeEscaper
Deprecated.
Constructs a JavaUnicodeEscaper between the specified values (inclusive).
between(int, int) - Static method in class org.apache.commons.lang3.text.translate.NumericEntityEscaper
Deprecated.
Constructs a NumericEntityEscaper between the specified values (inclusive).
between(int, int) - Static method in class org.apache.commons.lang3.text.translate.UnicodeEscaper
Deprecated.
Constructs a UnicodeEscaper between the specified values (inclusive).
between(A, A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
Checks if [b <= a <= c] or [b >= a >= c] where the a is the tested object.
between(A, A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
Checks if [b <= a <= c] or [b >= a >= c] where the a is object passed to ComparableUtils.is(A).
between(T, T) - Static method in class org.apache.commons.lang3.Range
between(T, T, Comparator<T>) - Static method in class org.apache.commons.lang3.Range
betweenExclusive(A, A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
Checks if (b < a < c) or (b > a > c) where the a is the tested object.
betweenExclusive(A, A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
Checks if (b < a < c) or (b > a > c) where the a is object passed to ComparableUtils.is(A).
binaryBeMsb0ToHexDigit(boolean[]) - Static method in class org.apache.commons.lang3.Conversion
Converts the first 4 bits of a binary (represented as boolean array) in big-endian Msb0 bit ordering to a hexadecimal digit.
binaryBeMsb0ToHexDigit(boolean[], int) - Static method in class org.apache.commons.lang3.Conversion
Converts a binary (represented as boolean array) in big-endian Msb0 bit ordering to a hexadecimal digit.
binaryToByte(boolean[], int, byte, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts binary (represented as boolean array) into a byte using the default (little endian, Lsb0) byte and bit ordering.
binaryToHexDigit(boolean[]) - Static method in class org.apache.commons.lang3.Conversion
Converts binary (represented as boolean array) to a hexadecimal digit using the default (Lsb0) bit ordering.
binaryToHexDigit(boolean[], int) - Static method in class org.apache.commons.lang3.Conversion
Converts binary (represented as boolean array) to a hexadecimal digit using the default (Lsb0) bit ordering.
binaryToHexDigitMsb0_4bits(boolean[]) - Static method in class org.apache.commons.lang3.Conversion
Converts binary (represented as boolean array) to a hexadecimal digit using the Msb0 bit ordering.
binaryToHexDigitMsb0_4bits(boolean[], int) - Static method in class org.apache.commons.lang3.Conversion
Converts binary (represented as boolean array) to a hexadecimal digit using the Msb0 bit ordering.
binaryToInt(boolean[], int, int, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts binary (represented as boolean array) into an int using the default (little endian, Lsb0) byte and bit ordering.
binaryToLong(boolean[], int, long, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts binary (represented as boolean array) into a long using the default (little endian, Lsb0) byte and bit ordering.
binaryToShort(boolean[], int, short, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts binary (represented as boolean array) into a short using the default (little endian, Lsb0) byte and bit ordering.
bindEventsToMethod(Object, String, Object, Class<L>, String...) - Static method in class org.apache.commons.lang3.event.EventUtils
Binds an event listener to a specific method on a specific object.
BIT_32 - Enum constant in enum org.apache.commons.lang3.arch.Processor.Arch
A 32-bit processor architecture.
BIT_64 - Enum constant in enum org.apache.commons.lang3.arch.Processor.Arch
A 64-bit processor architecture.
BitField - Class in org.apache.commons.lang3
Supports operations on bit-mapped fields.
BitField(int) - Constructor for class org.apache.commons.lang3.BitField
Creates a BitField instance.
bitSet() - Method in class org.apache.commons.lang3.util.FluentBitSet
Gets the wrapped bit set.
BooleanConsumer - Interface in org.apache.commons.lang3.function
A functional interface like IntConsumer but for boolean.
BooleanUtils - Class in org.apache.commons.lang3
Operations on boolean primitives and Boolean objects.
BooleanUtils() - Constructor for class org.apache.commons.lang3.BooleanUtils
Deprecated.
TODO Make private in 4.0.
booleanValue() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
Returns the value of this MutableBoolean as a boolean.
booleanValues() - Static method in class org.apache.commons.lang3.BooleanUtils
Returns a new array of possible values (like an enum would).
buffer - Variable in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Internal data storage.
build() - Method in interface org.apache.commons.lang3.builder.Builder
Returns a reference to the object being constructed or result being calculated by the builder.
build() - Method in class org.apache.commons.lang3.builder.CompareToBuilder
Returns a negative Integer, a positive Integer, or zero as the builder has judged the "left-hand" side as less than, greater than, or equal to the "right-hand" side.
build() - Method in class org.apache.commons.lang3.builder.DiffBuilder
Builds a DiffResult based on the differences appended to this builder.
build() - Method in class org.apache.commons.lang3.builder.DiffBuilder.Builder
Builds a new configured DiffBuilder.
build() - Method in class org.apache.commons.lang3.builder.EqualsBuilder
Returns true if the fields that have been checked are all equal.
build() - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Returns the computed hashCode.
build() - Method in class org.apache.commons.lang3.builder.ReflectionDiffBuilder
 
build() - Method in class org.apache.commons.lang3.builder.ReflectionDiffBuilder.Builder
Builds a new configured ReflectionDiffBuilder.
build() - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Returns the String that was build as an object representation.
build() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory.Builder
Creates a new BasicThreadFactory with all configuration options that have been specified by calling methods on this builder.
build() - Method in class org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeBuilder
Returns a reference to the object being constructed or result being calculated by the builder.
build() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Implement the Builder interface.
builder() - Static method in class org.apache.commons.lang3.AppendableJoiner
Creates a new builder.
builder() - Static method in class org.apache.commons.lang3.builder.DiffBuilder
Constructs a new DiffBuilder.Builder.
builder() - Static method in class org.apache.commons.lang3.builder.ReflectionDiffBuilder
builder() - Static method in class org.apache.commons.lang3.concurrent.AtomicInitializer
Creates a new builder.
builder() - Static method in class org.apache.commons.lang3.concurrent.AtomicSafeInitializer
Creates a new builder.
builder() - Static method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
Creates a new builder.
builder() - Static method in class org.apache.commons.lang3.concurrent.LazyInitializer
Creates a new builder.
Builder<T> - Interface in org.apache.commons.lang3.builder
The Builder interface is designed to designate a class as a builder object in the Builder design pattern.
Builder() - Constructor for class org.apache.commons.lang3.builder.DiffBuilder.Builder
Constructs a new instance.
Builder() - Constructor for class org.apache.commons.lang3.builder.ReflectionDiffBuilder.Builder
Constructs a new instance.
Builder() - Constructor for class org.apache.commons.lang3.concurrent.AtomicInitializer.Builder
Constructs a new instance.
Builder() - Constructor for class org.apache.commons.lang3.concurrent.AtomicSafeInitializer.Builder
Constructs a new instance.
Builder() - Constructor for class org.apache.commons.lang3.concurrent.BackgroundInitializer.Builder
Constructs a new instance.
Builder() - Constructor for class org.apache.commons.lang3.concurrent.BasicThreadFactory.Builder
Constructs a new instance.
Builder() - Constructor for class org.apache.commons.lang3.concurrent.LazyInitializer.Builder
Constructs a new instance.
BYTE_MINUS_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
Reusable Byte constant for minus one.
BYTE_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
Reusable Byte constant for one.
BYTE_ZERO - Static variable in class org.apache.commons.lang3.math.NumberUtils
Reusable Byte constant for zero.
byteArrayToInt(byte[], int, int, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts an array of byte into an int using the default (little-endian, Lsb0) byte and bit ordering.
byteArrayToLong(byte[], int, long, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts an array of byte into a long using the default (little-endian, Lsb0) byte and bit ordering.
byteArrayToShort(byte[], int, short, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts an array of byte into a short using the default (little-endian, Lsb0) byte and bit ordering.
byteArrayToUuid(byte[], int) - Static method in class org.apache.commons.lang3.Conversion
Converts bytes from an array into a UUID using the default (little-endian, Lsb0) byte and bit ordering.
byteToBinary(byte, int, boolean[], int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts a byte into an array of boolean using the default (little-endian, Lsb0) byte and bit ordering.
byteToHex(byte, int, String, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts a byte into an array of Char using the default (little-endian, Lsb0) byte and bit ordering.
byteValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
Returns the value of this MutableByte as a byte.

C

CalendarUtils - Class in org.apache.commons.lang3.time
Helps use Calendars.
CalendarUtils(Calendar) - Constructor for class org.apache.commons.lang3.time.CalendarUtils
Creates an instance for the given Calendar.
call() - Method in interface org.apache.commons.lang3.function.FailableCallable
Calls the callable.
call() - Method in interface org.apache.commons.lang3.Functions.FailableCallable
Deprecated.
Calls the callable.
call(FailableCallable<V, E>) - Static method in class org.apache.commons.lang3.function.Failable
Calls a callable and rethrows any exception as a RuntimeException.
call(Functions.FailableCallable<O, T>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Calls a callable and rethrows any exception as a RuntimeException.
CallableBackgroundInitializer<T> - Class in org.apache.commons.lang3.concurrent
A specialized BackgroundInitializer implementation that wraps a Callable object.
CallableBackgroundInitializer(Callable<T>) - Constructor for class org.apache.commons.lang3.concurrent.CallableBackgroundInitializer
Creates a new instance of CallableBackgroundInitializer and sets the Callable to be executed in a background thread.
CallableBackgroundInitializer(Callable<T>, ExecutorService) - Constructor for class org.apache.commons.lang3.concurrent.CallableBackgroundInitializer
Creates a new instance of CallableBackgroundInitializer and initializes it with the Callable to be executed in a background thread and the ExecutorService for managing the background execution.
cancel(boolean) - Method in class org.apache.commons.lang3.concurrent.AbstractFutureProxy
 
capacity() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Gets the current size of the internal character array buffer.
capitalize(String) - Static method in class org.apache.commons.lang3.StringUtils
Capitalizes a String changing the first character to title case as per Character.toTitleCase(int).
capitalize(String) - Static method in class org.apache.commons.lang3.text.WordUtils
Deprecated.
Capitalizes all the whitespace separated words in a String.
capitalize(String, char...) - Static method in class org.apache.commons.lang3.text.WordUtils
Deprecated.
Capitalizes all the delimiter separated words in a String.
capitalizeFully(String) - Static method in class org.apache.commons.lang3.text.WordUtils
Deprecated.
Converts all the whitespace separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
capitalizeFully(String, char...) - Static method in class org.apache.commons.lang3.text.WordUtils
Deprecated.
Converts all the delimiter separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
cardinality() - Method in class org.apache.commons.lang3.util.FluentBitSet
Returns the number of bits set to true in this BitSet.
ceiling(Object, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Gets a date ceiling, leaving the field specified as the most significant field.
ceiling(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Gets a date ceiling, leaving the field specified as the most significant field.
ceiling(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Gets a date ceiling, leaving the field specified as the most significant field.
center(String, int) - Static method in class org.apache.commons.lang3.StringUtils
Centers a String in a larger String of size size using the space character (' ').
center(String, int, char) - Static method in class org.apache.commons.lang3.StringUtils
Centers a String in a larger String of size size.
center(String, int, String) - Static method in class org.apache.commons.lang3.StringUtils
Centers a String in a larger String of size size.
changeState(AbstractCircuitBreaker.State) - Method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
Changes the internal state of this circuit breaker.
characteristics() - Method in class org.apache.commons.lang3.stream.Streams.ArrayCollector
 
characteristics() - Method in class org.apache.commons.lang3.Streams.ArrayCollector
Deprecated.
 
charAt(int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Gets the character at the specified index.
CharEncoding - Class in org.apache.commons.lang3
Deprecated.
Java 7 introduced StandardCharsets, which defines these constants as Charset objects. Use Charset.name() to get the string values provided in this class. This class will be removed in a future release.
CharEncoding() - Constructor for class org.apache.commons.lang3.CharEncoding
Deprecated.
Will be removed in 4.0.0.
charMatcher(char) - Static method in class org.apache.commons.lang3.text.StrMatcher
Deprecated.
Constructor that creates a matcher from a character.
CharSequenceTranslator - Class in org.apache.commons.lang3.text.translate
Deprecated.
As of 3.6, use Apache Commons Text CharSequenceTranslator instead
CharSequenceTranslator() - Constructor for class org.apache.commons.lang3.text.translate.CharSequenceTranslator
Deprecated.
Constructs a new instance.
CharSequenceUtils - Class in org.apache.commons.lang3
Operations on CharSequence that are null safe.
CharSequenceUtils() - Constructor for class org.apache.commons.lang3.CharSequenceUtils
Deprecated.
TODO Make private in 4.0.
CharSet - Class in org.apache.commons.lang3
A set of characters.
CharSet(String...) - Constructor for class org.apache.commons.lang3.CharSet
Constructs a new CharSet using the set syntax.
charSetMatcher(char...) - Static method in class org.apache.commons.lang3.text.StrMatcher
Deprecated.
Constructor that creates a matcher from a set of characters.
charSetMatcher(String) - Static method in class org.apache.commons.lang3.text.StrMatcher
Deprecated.
Constructor that creates a matcher from a string representing a set of characters.
CharSetUtils - Class in org.apache.commons.lang3
Operations on CharSet instances.
CharSetUtils() - Constructor for class org.apache.commons.lang3.CharSetUtils
Deprecated.
TODO Make private in 4.0.
CharUtils - Class in org.apache.commons.lang3
Operations on char primitives and Character objects.
CharUtils() - Constructor for class org.apache.commons.lang3.CharUtils
Deprecated.
TODO Make private in 4.0.
checkState() - Method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
Checks the state of this circuit breaker and changes it if necessary.
checkState() - Method in interface org.apache.commons.lang3.concurrent.CircuitBreaker
Checks the state of this circuit breaker and changes it if necessary.
checkState() - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Checks the state of this circuit breaker and changes it if necessary.
checkState() - Method in class org.apache.commons.lang3.concurrent.ThresholdCircuitBreaker
Checks the state of this circuit breaker and changes it if necessary.
chomp(String) - Static method in class org.apache.commons.lang3.StringUtils
Removes one newline from end of a String if it's there, otherwise leave it alone.
chomp(String, String) - Static method in class org.apache.commons.lang3.StringUtils
Deprecated.
This feature will be removed in Lang 4, use StringUtils.removeEnd(String, String) instead
chop(String) - Static method in class org.apache.commons.lang3.StringUtils
Remove the last character from a String.
CircuitBreaker<T> - Interface in org.apache.commons.lang3.concurrent
An interface describing a Circuit Breaker component.
CircuitBreakingException - Exception in org.apache.commons.lang3.concurrent
An exception class used for reporting runtime error conditions related to circuit breakers.
CircuitBreakingException() - Constructor for exception org.apache.commons.lang3.concurrent.CircuitBreakingException
Creates a new, uninitialized instance of CircuitBreakingException.
CircuitBreakingException(String) - Constructor for exception org.apache.commons.lang3.concurrent.CircuitBreakingException
Creates a new instance of CircuitBreakingException and initializes it with the given message.
CircuitBreakingException(String, Throwable) - Constructor for exception org.apache.commons.lang3.concurrent.CircuitBreakingException
Creates a new instance of CircuitBreakingException and initializes it with the given message and cause.
CircuitBreakingException(Throwable) - Constructor for exception org.apache.commons.lang3.concurrent.CircuitBreakingException
Creates a new instance of CircuitBreakingException and initializes it with the given cause.
ClassLoaderUtils - Class in org.apache.commons.lang3
Helps work with ClassLoader.
ClassLoaderUtils() - Constructor for class org.apache.commons.lang3.ClassLoaderUtils
Deprecated.
TODO Make private in 4.0.
ClassPathUtils - Class in org.apache.commons.lang3
Operations regarding the classpath.
ClassPathUtils() - Constructor for class org.apache.commons.lang3.ClassPathUtils
Deprecated.
TODO Make private in 4.0.
ClassUtils - Class in org.apache.commons.lang3
Operates on classes without using reflection.
ClassUtils() - Constructor for class org.apache.commons.lang3.ClassUtils
Deprecated.
TODO Make private in 4.0.
ClassUtils.Interfaces - Enum in org.apache.commons.lang3
Inclusivity literals for ClassUtils.hierarchy(Class, Interfaces).
clear() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Clears the string builder (convenience Collections API style method).
clear() - Method in class org.apache.commons.lang3.util.FluentBitSet
Sets all of the bits in this BitSet to false.
clear(int) - Method in class org.apache.commons.lang3.BitField
Clears the bits.
clear(int) - Method in class org.apache.commons.lang3.util.FluentBitSet
Sets the bit specified by the index to false.
clear(int...) - Method in class org.apache.commons.lang3.util.FluentBitSet
Sets the bits specified by the indexes to false.
clear(int, int) - Method in class org.apache.commons.lang3.util.FluentBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clearByte(byte) - Method in class org.apache.commons.lang3.BitField
Clears the bits.
clearShort(short) - Method in class org.apache.commons.lang3.BitField
Clears the bits.
clone() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Creates a new instance of this Tokenizer.
clone() - Method in class org.apache.commons.lang3.util.FluentBitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone(boolean[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Clones an array or returns null.
clone(byte[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Clones an array or returns null.
clone(char[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Clones an array or returns null.
clone(double[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Clones an array or returns null.
clone(float[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Clones an array or returns null.
clone(int[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Clones an array or returns null.
clone(long[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Clones an array or returns null.
clone(short[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Clones an array or returns null.
clone(T) - Static method in class org.apache.commons.lang3.ObjectUtils
Clones an object.
clone(T) - Static method in class org.apache.commons.lang3.SerializationUtils
Deep clone an Object using serialization.
clone(T[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Shallow clones an array or returns null.
CloneFailedException - Exception in org.apache.commons.lang3.exception
Exception thrown when a clone cannot be created.
CloneFailedException(String) - Constructor for exception org.apache.commons.lang3.exception.CloneFailedException
Constructs a CloneFailedException.
CloneFailedException(String, Throwable) - Constructor for exception org.apache.commons.lang3.exception.CloneFailedException
Constructs a CloneFailedException.
CloneFailedException(Throwable) - Constructor for exception org.apache.commons.lang3.exception.CloneFailedException
Constructs a CloneFailedException.
cloneIfPossible(T) - Static method in class org.apache.commons.lang3.ObjectUtils
Clones an object if possible.
close() - Method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
Closes this circuit breaker.
close() - Method in class org.apache.commons.lang3.concurrent.AbstractConcurrentInitializer
Calls the closer with the manager object.
close() - Method in interface org.apache.commons.lang3.concurrent.CircuitBreaker
Closes this circuit breaker.
close() - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Closes this circuit breaker.
close() - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer
Calls the closer of all child BackgroundInitializer objects
close() - Method in class org.apache.commons.lang3.concurrent.ThresholdCircuitBreaker
Closes this circuit breaker.
CLOSED - Enum constant in enum org.apache.commons.lang3.concurrent.AbstractCircuitBreaker.State
The closed state.
CodePointTranslator - Class in org.apache.commons.lang3.text.translate
Deprecated.
As of 3.6, use Apache Commons Text CharSequenceTranslator instead
CodePointTranslator() - Constructor for class org.apache.commons.lang3.text.translate.CodePointTranslator
Deprecated.
Constructs a new instance.
collect(Supplier<R>, BiConsumer<R, ? super O>, BiConsumer<R, R>) - Method in class org.apache.commons.lang3.Streams.FailableStream
Deprecated.
Performs a mutable reduction operation on the elements of this FailableStream.
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
Performs a mutable reduction operation on the elements of this FailableStream.
collect(Collector<? super O, A, R>) - Method in class org.apache.commons.lang3.Streams.FailableStream
Deprecated.
Performs a mutable reduction operation on the elements of this stream using a Collector.
collect(Collector<? super T, A, R>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
Performs a mutable reduction operation on the elements of this stream using a Collector.
collect(Collector<? super T, A, R>, T...) - Static method in class org.apache.commons.lang3.stream.LangCollectors
Delegates to Stream.collect(Collector) for a Stream on the given array.
COM_SUN_JNDI_LDAP_OBJECT_TRUST_SERIAL_DATA - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "com.sun.jndi.ldap.object.trustSerialData".
COM_SUN_NET_HTTP_SERVER_HTTP_SERVER_PROVIDER - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "com.sun.net.httpserver.HttpServerProvider".
combiner() - Method in class org.apache.commons.lang3.stream.Streams.ArrayCollector
 
combiner() - Method in class org.apache.commons.lang3.Streams.ArrayCollector
Deprecated.
 
commaMatcher() - Static method in class org.apache.commons.lang3.text.StrMatcher
Deprecated.
Returns a matcher which matches the comma character.
COMMON - Static variable in class org.apache.commons.lang3.CharSet
A Map of the common cases used in the factory.
ComparableUtils - Class in org.apache.commons.lang3.compare
Utility library to provide helper methods for translating Comparable.compareTo(T) result into a boolean.
ComparableUtils.ComparableCheckBuilder<A extends Comparable<A>> - Class in org.apache.commons.lang3.compare
Provides access to the available methods
comparator() - Static method in class org.apache.commons.lang3.ClassUtils
Gets the class comparator, comparing by class name.
compare(boolean, boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
Compares two boolean values.
compare(byte, byte) - Static method in class org.apache.commons.lang3.math.NumberUtils
Compares two byte values numerically.
compare(char, char) - Static method in class org.apache.commons.lang3.CharUtils
Compares two char values numerically.
compare(int, int) - Static method in class org.apache.commons.lang3.math.NumberUtils
Compares two int values numerically.
compare(long, long) - Static method in class org.apache.commons.lang3.math.NumberUtils
Compares to long values numerically.
compare(short, short) - Static method in class org.apache.commons.lang3.math.NumberUtils
Compares to short values numerically.
compare(Object, Object) - Method in class org.apache.commons.lang3.compare.ObjectToStringComparator
 
compare(String, String) - Static method in class org.apache.commons.lang3.StringUtils
Compare two Strings lexicographically, as per String.compareTo(String), returning : int = 0, if str1 is equal to str2 (or both null) int < 0, if str1 is less than str2 int > 0, if str1 is greater than str2
compare(String, String, boolean) - Static method in class org.apache.commons.lang3.StringUtils
Compare two Strings lexicographically, as per String.compareTo(String), returning : int = 0, if str1 is equal to str2 (or both null) int < 0, if str1 is less than str2 int > 0, if str1 is greater than str2
compare(T, T) - Static method in class org.apache.commons.lang3.ObjectUtils
Null safe comparison of Comparables.
compare(T, T, boolean) - Static method in class org.apache.commons.lang3.ObjectUtils
Null safe comparison of Comparables.
compareIgnoreCase(String, String) - Static method in class org.apache.commons.lang3.StringUtils
Compare two Strings lexicographically, ignoring case differences, as per String.compareToIgnoreCase(String), returning : int = 0, if str1 is equal to str2 (or both null) int < 0, if str1 is less than str2 int > 0, if str1 is greater than str2
compareIgnoreCase(String, String, boolean) - Static method in class org.apache.commons.lang3.StringUtils
Compare two Strings lexicographically, ignoring case differences, as per String.compareToIgnoreCase(String), returning : int = 0, if str1 is equal to str2 (or both null) int < 0, if str1 is less than str2 int > 0, if str1 is greater than str2
compareTo(Fraction) - Method in class org.apache.commons.lang3.math.Fraction
Compares this object to another based on size.
compareTo(MutableBoolean) - Method in class org.apache.commons.lang3.mutable.MutableBoolean
Compares this mutable to another in ascending order.
compareTo(MutableByte) - Method in class org.apache.commons.lang3.mutable.MutableByte
Compares this mutable to another in ascending order.
compareTo(MutableDouble) - Method in class org.apache.commons.lang3.mutable.MutableDouble
Compares this mutable to another in ascending order.
compareTo(MutableFloat) - Method in class org.apache.commons.lang3.mutable.MutableFloat
Compares this mutable to another in ascending order.
compareTo(MutableInt) - Method in class org.apache.commons.lang3.mutable.MutableInt
Compares this mutable to another in ascending order.
compareTo(MutableLong) - Method in class org.apache.commons.lang3.mutable.MutableLong
Compares this mutable to another in ascending order.
compareTo(MutableShort) - Method in class org.apache.commons.lang3.mutable.MutableShort
Compares this mutable to another in ascending order.
compareTo(Pair<L, R>) - Method in class org.apache.commons.lang3.tuple.Pair
Compares the pair based on the left element followed by the right element.
compareTo(Triple<L, M, R>) - Method in class org.apache.commons.lang3.tuple.Triple
Compares the triple based on the left element, followed by the middle element, finally the right element.
CompareToBuilder - Class in org.apache.commons.lang3.builder
Assists in implementing Comparable.compareTo(Object) methods.
CompareToBuilder() - Constructor for class org.apache.commons.lang3.builder.CompareToBuilder
Constructor for CompareToBuilder.
compose(FailableDoubleUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
compose(FailableFunction<? super V, ? extends T, E>) - Method in interface org.apache.commons.lang3.function.FailableFunction
compose(FailableIntUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
compose(FailableLongUnaryOperator<E>) - Method in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
CompositeFormat - Class in org.apache.commons.lang3.text
Deprecated.
As of 3.6, use Apache Commons Text CompositeFormat instead
CompositeFormat(Format, Format) - Constructor for class org.apache.commons.lang3.text.CompositeFormat
Deprecated.
Create a format that points its parseObject method to one implementation and its format method to another.
Computable<I,O> - Interface in org.apache.commons.lang3.concurrent
Definition of an interface for a wrapper around a calculation that takes a single parameter and returns a result.
compute(I) - Method in interface org.apache.commons.lang3.concurrent.Computable
This method carries out the given operation with the provided argument.
compute(I) - Method in class org.apache.commons.lang3.concurrent.Memoizer
This method will return the result of the calculation and cache it, if it has not previously been calculated.
ConcurrentException - Exception in org.apache.commons.lang3.concurrent
An exception class used for reporting error conditions related to accessing data of background tasks.
ConcurrentException() - Constructor for exception org.apache.commons.lang3.concurrent.ConcurrentException
Creates a new, uninitialized instance of ConcurrentException.
ConcurrentException(String, Throwable) - Constructor for exception org.apache.commons.lang3.concurrent.ConcurrentException
Creates a new instance of ConcurrentException and initializes it with the given message and cause.
ConcurrentException(Throwable) - Constructor for exception org.apache.commons.lang3.concurrent.ConcurrentException
Creates a new instance of ConcurrentException and initializes it with the given cause.
ConcurrentInitializer<T> - Interface in org.apache.commons.lang3.concurrent
Defines the thread-safe initialization of objects.
ConcurrentRuntimeException - Exception in org.apache.commons.lang3.concurrent
An exception class used for reporting runtime error conditions related to accessing data of background tasks.
ConcurrentRuntimeException() - Constructor for exception org.apache.commons.lang3.concurrent.ConcurrentRuntimeException
Creates a new, uninitialized instance of ConcurrentRuntimeException.
ConcurrentRuntimeException(String, Throwable) - Constructor for exception org.apache.commons.lang3.concurrent.ConcurrentRuntimeException
Creates a new instance of ConcurrentRuntimeException and initializes it with the given message and cause.
ConcurrentRuntimeException(Throwable) - Constructor for exception org.apache.commons.lang3.concurrent.ConcurrentRuntimeException
Creates a new instance of ConcurrentRuntimeException and initializes it with the given cause.
ConcurrentUtils - Class in org.apache.commons.lang3.concurrent
A utility class providing functionality related to the java.util.concurrent package.
CONST(boolean) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST(byte) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST(char) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST(double) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST(float) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST(int) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST(long) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST(short) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST(T) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST_BYTE(int) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
CONST_SHORT(int) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the provided value unchanged.
constantFuture(T) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
Gets an implementation of Future that is immediately done and returns the specified constant value.
ConstantInitializer<T> - Class in org.apache.commons.lang3.concurrent
A very simple implementation of the ConcurrentInitializer interface which always returns the same object.
ConstantInitializer(T) - Constructor for class org.apache.commons.lang3.concurrent.ConstantInitializer
Creates a new instance of ConstantInitializer and initializes it with the object to be managed.
ConstructorUtils - Class in org.apache.commons.lang3.reflect
Utility reflection methods focused on constructors, modeled after MethodUtils.
ConstructorUtils() - Constructor for class org.apache.commons.lang3.reflect.ConstructorUtils
Deprecated.
TODO Make private in 4.0.
Consumers - Class in org.apache.commons.lang3.function
Provides Consumer instances.
contains(boolean[], boolean) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(byte[], byte) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(char) - Method in class org.apache.commons.lang3.CharSet
Does the CharSet contain the specified character ch.
contains(char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Checks if the string builder contains the specified char.
contains(char[], char) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(double[], double) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(double[], double, double) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if a value falling within the given tolerance is in the given array.
contains(float[], float) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(int[], int) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(long[], long) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(short[], short) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
Checks if CharSequence contains a search character, handling null.
contains(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Checks if CharSequence contains a search CharSequence, handling null.
contains(Object[], Object) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if the object is in the given array.
contains(String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Checks if the string builder contains the specified string.
contains(StrMatcher) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Checks if the string builder contains a string matched using the specified matcher.
contains(T) - Method in class org.apache.commons.lang3.Range
Checks whether the specified element occurs within this range.
containsAllWords(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.text.WordUtils
Deprecated.
Checks if the String contains all words in the given array.
containsAny(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains any character in the given set of characters.
containsAny(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains any character in the given set of characters.
containsAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains any of the CharSequences in the given array.
containsAny(Object[], Object...) - Static method in class org.apache.commons.lang3.ArrayUtils
Checks if any of the objects are in the given array.
containsAny(String, String...) - Static method in class org.apache.commons.lang3.CharSetUtils
Takes an argument in set-syntax, see evaluateSet, and identifies whether any of the characters are present in the specified string.
containsAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains any of the CharSequences in the given array, ignoring case.
containsIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Checks if CharSequence contains a search CharSequence irrespective of case, handling null.
containsNone(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
Checks that the CharSequence does not contain certain characters.
containsNone(CharSequence, String) - Static method in class org.apache.commons.lang3.StringUtils
Checks that the CharSequence does not contain certain characters.
containsOnly(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only certain characters.
containsOnly(CharSequence, String) - Static method in class org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only certain characters.
containsRange(Range<T>) - Method in class org.apache.commons.lang3.Range
Checks whether this range contains all the elements of the specified range.
containsTypeVariables(Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Tests, recursively, whether any of the type parameters associated with type are bound to variables.
containsWhitespace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Check whether the given CharSequence contains any whitespace characters.
ContextedException - Exception in org.apache.commons.lang3.exception
An exception that provides an easy and safe way to add contextual information.
ContextedException() - Constructor for exception org.apache.commons.lang3.exception.ContextedException
Instantiates ContextedException without message or cause.
ContextedException(String) - Constructor for exception org.apache.commons.lang3.exception.ContextedException
Instantiates ContextedException with message, but without cause.
ContextedException(String, Throwable) - Constructor for exception org.apache.commons.lang3.exception.ContextedException
Instantiates ContextedException with cause and message.
ContextedException(String, Throwable, ExceptionContext) - Constructor for exception org.apache.commons.lang3.exception.ContextedException
Instantiates ContextedException with cause, message, and ExceptionContext.
ContextedException(Throwable) - Constructor for exception org.apache.commons.lang3.exception.ContextedException
Instantiates ContextedException with cause, but without message.
ContextedRuntimeException - Exception in org.apache.commons.lang3.exception
A runtime exception that provides an easy and safe way to add contextual information.
ContextedRuntimeException() - Constructor for exception org.apache.commons.lang3.exception.ContextedRuntimeException
Instantiates ContextedRuntimeException without message or cause.
ContextedRuntimeException(String) - Constructor for exception org.apache.commons.lang3.exception.ContextedRuntimeException
Instantiates ContextedRuntimeException with message, but without cause.
ContextedRuntimeException(String, Throwable) - Constructor for exception org.apache.commons.lang3.exception.ContextedRuntimeException
Instantiates ContextedRuntimeException with cause and message.
ContextedRuntimeException(String, Throwable, ExceptionContext) - Constructor for exception org.apache.commons.lang3.exception.ContextedRuntimeException
Instantiates ContextedRuntimeException with cause, message, and ExceptionContext.
ContextedRuntimeException(Throwable) - Constructor for exception org.apache.commons.lang3.exception.ContextedRuntimeException
Instantiates ContextedRuntimeException with cause, but without message.
Conversion - Class in org.apache.commons.lang3
Static methods to convert a type into another, with endianness and bit ordering awareness.
Conversion() - Constructor for class org.apache.commons.lang3.Conversion
Deprecated.
Will be removed in 4.0.0.
convertClassesToClassNames(List<Class<?>>) - Static method in class org.apache.commons.lang3.ClassUtils
Given a List of Class objects, this method converts them into class names.
convertClassNamesToClasses(List<String>) - Static method in class org.apache.commons.lang3.ClassUtils
Given a List of class names, this method converts them into classes.
count(String, String...) - Static method in class org.apache.commons.lang3.CharSetUtils
Takes an argument in set-syntax, see evaluateSet, and returns the number of characters present in the specified string.
countMatches(CharSequence, char) - Static method in class org.apache.commons.lang3.StringUtils
Counts how many times the char appears in the given string.
countMatches(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Counts how many times the substring appears in the larger string.
countriesByLanguage(String) - Static method in class org.apache.commons.lang3.LocaleUtils
Obtains the list of countries supported for a given language.
CR - Static variable in class org.apache.commons.lang3.CharUtils
Carriage return character CR ('\r', Unicode 000d).
CR - Static variable in class org.apache.commons.lang3.StringUtils
A String for carriage return CR ("\r").
create() - Static method in class org.apache.commons.lang3.time.StopWatch
Creates a StopWatch.
create(Class<T>) - Static method in class org.apache.commons.lang3.event.EventListenerSupport
Creates an EventListenerSupport object which supports the specified listener type.
create(O, ReadWriteLock) - Static method in class org.apache.commons.lang3.concurrent.locks.LockingVisitors
Creates a new instance of LockingVisitors.ReadWriteLockVisitor with the given (hidden) object and lock.
createBigDecimal(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
Creates a BigDecimal from a String.
createBigInteger(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
Creates a BigInteger from a String.
createDouble(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
Creates a Double from a String.
createFloat(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
Creates a Float from a String.
createIfAbsent(ConcurrentMap<K, V>, K, ConcurrentInitializer<V>) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
Checks if a concurrent map contains a key and creates a corresponding value if not.
createIfAbsentUnchecked(ConcurrentMap<K, V>, K, ConcurrentInitializer<V>) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
Checks if a concurrent map contains a key and creates a corresponding value if not, suppressing checked exceptions.
createInteger(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
Creates an Integer from a String.
createInvocationHandler() - Method in class org.apache.commons.lang3.event.EventListenerSupport
Creates the InvocationHandler responsible for broadcasting calls to the managed listeners.
createLong(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
Creates a Long from a String.
createNumber(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
Creates a Number from a String.
createStarted() - Static method in class org.apache.commons.lang3.time.StopWatch
Creates and starts a StopWatch.

D

daemon(boolean) - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory.Builder
Sets the daemon flag for the new BasicThreadFactory.
DateFormatUtils - Class in org.apache.commons.lang3.time
Date and time formatting utilities and constants.
DateFormatUtils() - Constructor for class org.apache.commons.lang3.time.DateFormatUtils
Deprecated.
TODO Make private in 4.0.
DateParser - Interface in org.apache.commons.lang3.time
DateParser is the "missing" interface for the parsing methods of DateFormat.
DatePrinter - Interface in org.apache.commons.lang3.time
DatePrinter is the "missing" interface for the format methods of DateFormat.
DateUtils - Class in org.apache.commons.lang3.time
A suite of utilities surrounding the use of the Calendar and Date object.
DateUtils() - Constructor for class org.apache.commons.lang3.time.DateUtils
Deprecated.
TODO Make private in 4.0.
decrement() - Method in class org.apache.commons.lang3.mutable.MutableByte
Decrements the value.
decrement() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Decrements the value.
decrement() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Decrements the value.
decrement() - Method in class org.apache.commons.lang3.mutable.MutableInt
Decrements the value.
decrement() - Method in class org.apache.commons.lang3.mutable.MutableLong
Decrements the value.
decrement() - Method in class org.apache.commons.lang3.mutable.MutableShort
Decrements the value.
decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableByte
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableInt
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableLong
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
decrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableShort
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
DEFAULT_ESCAPE - Static variable in class org.apache.commons.lang3.text.StrSubstitutor
Deprecated.
Constant for the default escape character.
DEFAULT_PREFIX - Static variable in class org.apache.commons.lang3.text.StrSubstitutor
Deprecated.
Constant for the default variable prefix.
DEFAULT_STYLE - Static variable in class org.apache.commons.lang3.builder.ToStringStyle
The default toString style.
DEFAULT_SUFFIX - Static variable in class org.apache.commons.lang3.text.StrSubstitutor
Deprecated.
Constant for the default variable suffix.
DEFAULT_VALUE_DELIMITER - Static variable in class org.apache.commons.lang3.text.StrSubstitutor
Deprecated.
Constant for the default value delimiter of a variable.
DefaultExceptionContext - Class in org.apache.commons.lang3.exception
Default implementation of the context storing the label-value pairs for contexted exceptions.
DefaultExceptionContext() - Constructor for class org.apache.commons.lang3.exception.DefaultExceptionContext
Constructs a new instance.
defaultIfBlank(T, T) - Static method in class org.apache.commons.lang3.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is whitespace, empty ("") or null, the value of defaultStr.
defaultIfEmpty(T, T) - Static method in class org.apache.commons.lang3.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is empty or null, the value of defaultStr.
defaultIfNull(T, T) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns a default value if the object passed is null.
defaultString(String) - Static method in class org.apache.commons.lang3.StringUtils
Returns either the passed in String, or if the String is null, an empty String ("").
defaultString(String, String) - Static method in class org.apache.commons.lang3.StringUtils
delete(int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Deletes the characters between the two specified indices.
delete(String, String...) - Static method in class org.apache.commons.lang3.CharSetUtils
Takes an argument in set-syntax, see evaluateSet, and deletes any of characters present in the specified string.
deleteAll(char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Deletes the character wherever it occurs in the builder.
deleteAll(String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Deletes the string wherever it occurs in the builder.
deleteAll(StrMatcher) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Deletes all parts of the builder that the matcher matches.
deleteCharAt(int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Deletes the character at the specified index.
deleteFirst(char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Deletes the character wherever it occurs in the builder.
deleteFirst(String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Deletes the string wherever it occurs in the builder.
deleteFirst(StrMatcher) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Deletes the first match within the builder using the specified matcher.
deleteWhitespace(String) - Static method in class org.apache.commons.lang3.StringUtils
Deletes all whitespaces from a String as defined by Character.isWhitespace(char).
deserialize(byte[]) - Static method in class org.apache.commons.lang3.SerializationUtils
Deserializes a single Object from an array of bytes.
deserialize(InputStream) - Static method in class org.apache.commons.lang3.SerializationUtils
Deserializes an Object from the specified stream.
determineTypeArguments(Class<?>, ParameterizedType) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Tries to determine the type arguments of a class/interface based on a super parameterized type's type arguments.
diff(T) - Method in interface org.apache.commons.lang3.builder.Diffable
Retrieves a list of the differences between this object and the supplied object.
Diff<T> - Class in org.apache.commons.lang3.builder
A Diff contains the differences between two Diffable class fields.
Diff(String) - Constructor for class org.apache.commons.lang3.builder.Diff
Constructs a new Diff for the given field name.
Diffable<T> - Interface in org.apache.commons.lang3.builder
Diffable classes can be compared with other objects for differences.
DiffBuilder<T> - Class in org.apache.commons.lang3.builder
Assists in implementing Diffable.diff(Object) methods.
DiffBuilder(T, T, ToStringStyle) - Constructor for class org.apache.commons.lang3.builder.DiffBuilder
Deprecated.
DiffBuilder(T, T, ToStringStyle, boolean) - Constructor for class org.apache.commons.lang3.builder.DiffBuilder
Deprecated.
DiffBuilder.Builder<T> - Class in org.apache.commons.lang3.builder
Constructs a new instance.
difference(String, String) - Static method in class org.apache.commons.lang3.StringUtils
Compares two Strings, and returns the portion where they differ.
DiffExclude - Annotation Type in org.apache.commons.lang3.builder
Excludes a field from being used by the ReflectionDiffBuilder.
DiffResult<T> - Class in org.apache.commons.lang3.builder
A DiffResult contains a collection of the differences between two Diffable objects.
distance(Class<?>, Class<?>) - Static method in class org.apache.commons.lang3.reflect.InheritanceUtils
Returns the number of inheritance hops between two classes.
divideBy(Fraction) - Method in class org.apache.commons.lang3.math.Fraction
Divide the value of this fraction by another.
dotAll(String) - Static method in class org.apache.commons.lang3.RegExUtils
Compiles the given regular expression into a pattern with the Pattern.DOTALL flag.
dotAllMatcher(String, String) - Static method in class org.apache.commons.lang3.RegExUtils
Compiles the given regular expression into a pattern with the Pattern.DOTALL flag, then creates a matcher that will match the given text against this pattern.
DOUBLE_MINUS_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
Reusable Double constant for minus one.
DOUBLE_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
Reusable Double constant for one.
DOUBLE_ZERO - Static variable in class org.apache.commons.lang3.math.NumberUtils
Reusable Double constant for zero.
doubleQuoteMatcher() - Static method in class org.apache.commons.lang3.text.StrMatcher
Deprecated.
Returns a matcher which matches the double quote character.
DoubleRange - Class in org.apache.commons.lang3
Specializes NumberRange for Doubles.
doubleValue() - Method in class org.apache.commons.lang3.math.Fraction
Gets the fraction as a double.
doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
Returns the value of this MutableByte as a double.
doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Returns the value of this MutableDouble as a double.
doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Returns the value of this MutableFloat as a double.
doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableInt
Returns the value of this MutableInt as a double.
doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableLong
Returns the value of this MutableLong as a double.
doubleValue() - Method in class org.apache.commons.lang3.mutable.MutableShort
Returns the value of this MutableShort as a double.
DurationFormatUtils - Class in org.apache.commons.lang3.time
Duration formatting utilities and constants.
DurationFormatUtils() - Constructor for class org.apache.commons.lang3.time.DurationFormatUtils
Deprecated.
TODO Make private in 4.0.
DurationUtils - Class in org.apache.commons.lang3.time
Utilities for Duration.
DurationUtils() - Constructor for class org.apache.commons.lang3.time.DurationUtils
Deprecated.
TODO Make private in 4.0.

E

elementCompareTo(T) - Method in class org.apache.commons.lang3.Range
Checks where the specified element occurs relative to this range.
EMPTY - Static variable in class org.apache.commons.lang3.CharSet
A CharSet defining no characters.
EMPTY - Static variable in class org.apache.commons.lang3.StringUtils
The empty String "".
EMPTY_ARRAY - Static variable in class org.apache.commons.lang3.tuple.ImmutablePair
An empty array.
EMPTY_ARRAY - Static variable in class org.apache.commons.lang3.tuple.ImmutableTriple
An empty array.
EMPTY_ARRAY - Static variable in class org.apache.commons.lang3.tuple.MutablePair
An empty array.
EMPTY_ARRAY - Static variable in class org.apache.commons.lang3.tuple.MutableTriple
The empty array singleton.
EMPTY_ARRAY - Static variable in class org.apache.commons.lang3.tuple.Pair
An empty array.
EMPTY_ARRAY - Static variable in class org.apache.commons.lang3.tuple.Triple
An empty array.
EMPTY_BOOLEAN_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable byte array.
EMPTY_BYTE_OBJECT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Byte array.
EMPTY_CHAR_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable char array.
EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Character array.
EMPTY_CLASS_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Class array.
EMPTY_DOUBLE_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable double array.
EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Double array.
EMPTY_FIELD_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Field array.
EMPTY_FLOAT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable float array.
EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Float array.
EMPTY_INT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable int array.
EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Integer array.
EMPTY_LONG_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable long array.
EMPTY_LONG_OBJECT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Long array.
EMPTY_METHOD_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Method array.
EMPTY_OBJECT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Object array.
EMPTY_SHORT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable short array.
EMPTY_SHORT_OBJECT_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Short array.
EMPTY_STRING_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable String array.
EMPTY_THROWABLE_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Throwable array.
EMPTY_TYPE_ARRAY - Static variable in class org.apache.commons.lang3.ArrayUtils
An empty immutable Type array.
emptyArray() - Static method in class org.apache.commons.lang3.tuple.ImmutablePair
Returns the empty array singleton that can be assigned without compiler warning.
emptyArray() - Static method in class org.apache.commons.lang3.tuple.ImmutableTriple
Returns the empty array singleton that can be assigned without compiler warning.
emptyArray() - Static method in class org.apache.commons.lang3.tuple.MutablePair
Returns the empty array singleton that can be assigned without compiler warning.
emptyArray() - Static method in class org.apache.commons.lang3.tuple.MutableTriple
Returns the empty array singleton that can be assigned without compiler warning.
emptyArray() - Static method in class org.apache.commons.lang3.tuple.Pair
Returns the empty array singleton that can be assigned without compiler warning.
emptyArray() - Static method in class org.apache.commons.lang3.tuple.Triple
Returns the empty array singleton that can be assigned without compiler warning.
endsWith(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Check if a CharSequence ends with a specified suffix.
endsWith(String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Checks whether this builder ends with the specified string.
endsWithAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
Check if a CharSequence ends with any of the provided case-sensitive suffixes.
endsWithIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Case-insensitive check if a CharSequence ends with a specified suffix.
ensureCapacity(int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Checks the capacity and ensures that it is at least the size specified.
EntityArrays - Class in org.apache.commons.lang3.text.translate
Deprecated.
As of 3.6, use Apache Commons Text EntityArrays instead
EntityArrays() - Constructor for class org.apache.commons.lang3.text.translate.EntityArrays
Deprecated.
Will be removed in 4.0.0.
EnumUtils - Class in org.apache.commons.lang3
Utility library to provide helper methods for Java enums.
EnumUtils() - Constructor for class org.apache.commons.lang3.EnumUtils
Deprecated.
TODO Make private in 4.0.
equals(Annotation, Annotation) - Static method in class org.apache.commons.lang3.AnnotationUtils
Checks if two annotations are equal using the criteria for equality presented in the Annotation.equals(Object) API docs.
equals(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters.
equals(Object) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
Implements equals using the hash code.
equals(Object) - Method in class org.apache.commons.lang3.CharSet
Compares two CharSet objects, returning true if they represent exactly the same set of characters defined in the same way.
equals(Object) - Method in class org.apache.commons.lang3.concurrent.ConstantInitializer
Compares this object with another one.
equals(Object) - Method in class org.apache.commons.lang3.math.Fraction
Compares this fraction to another object to test if they are equal.
equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableBoolean
Compares this object to the specified object.
equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableByte
Compares this object to the specified object.
equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableDouble
Compares this object against the specified object.
equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableFloat
Compares this object against some other object.
equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableInt
Compares this object to the specified object.
equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableLong
Compares this object to the specified object.
equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableObject
Compares this object against the specified object.
equals(Object) - Method in class org.apache.commons.lang3.mutable.MutableShort
Compares this object to the specified object.
equals(Object) - Method in class org.apache.commons.lang3.Range
Compares this range to another object to test if they are equal.
equals(Object) - Method in class org.apache.commons.lang3.reflect.TypeLiteral
 
equals(Object) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
Deprecated.
Check if this extended message format is equal to another object.
equals(Object) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Checks the contents of this builder against another to see if they contain the same character content.
equals(Object) - Method in class org.apache.commons.lang3.time.FastDateFormat
Compares two objects for equality.
equals(Object) - Method in class org.apache.commons.lang3.time.FastDateParser
Compares another object for equality with this object.
equals(Object) - Method in class org.apache.commons.lang3.time.FastDatePrinter
Compares two objects for equality.
equals(Object) - Method in class org.apache.commons.lang3.tuple.Pair
Compares this pair to another based on the two elements.
equals(Object) - Method in class org.apache.commons.lang3.tuple.Triple
Compares this triple to another based on the three elements.
equals(Object) - Method in class org.apache.commons.lang3.util.FluentBitSet
 
equals(Object, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.equals(Object, Object) in Java 7 and will be removed from future releases.
equals(Type, Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Tests equality of types.
equals(StrBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Checks the contents of this builder against another to see if they contain the same character content.
equalsAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
Compares given string to a CharSequences vararg of searchStrings, returning true if the string is equal to any of the searchStrings.
equalsAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
Compares given string to a CharSequences vararg of searchStrings, returning true if the string is equal to any of the searchStrings, ignoring case.
EqualsBuilder - Class in org.apache.commons.lang3.builder
Assists in implementing Object.equals(Object) methods.
EqualsBuilder() - Constructor for class org.apache.commons.lang3.builder.EqualsBuilder
Constructor for EqualsBuilder.
EqualsExclude - Annotation Type in org.apache.commons.lang3.builder
Excludes a field from being used by the various reflectionEquals methods defined on EqualsBuilder.
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters, ignoring case.
equalsIgnoreCase(StrBuilder) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Checks the contents of this builder against another to see if they contain the same character content ignoring case.
equalTo(A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
Checks if the object passed to ComparableUtils.is(A) is equal to b
errorIfNoSemiColon - Enum constant in enum org.apache.commons.lang3.text.translate.NumericEntityUnescaper.OPTION
Deprecated.
Throw an exception if a semicolon is missing.
ESCAPE_CSV - Static variable in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping individual Comma Separated Values.
ESCAPE_ECMASCRIPT - Static variable in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping EcmaScript/JavaScript.
ESCAPE_HTML3 - Static variable in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping HTML version 3.0.
ESCAPE_HTML4 - Static variable in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping HTML version 4.0.
ESCAPE_JAVA - Static variable in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping Java.
ESCAPE_JSON - Static variable in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping Json.
ESCAPE_XML - Static variable in class org.apache.commons.lang3.StringEscapeUtils
ESCAPE_XML10 - Static variable in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping XML 1.0.
ESCAPE_XML11 - Static variable in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping XML 1.1.
escapeCsv(String) - Static method in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Returns a String value for a CSV column enclosed in double quotes, if required.
escapeEcmaScript(String) - Static method in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using EcmaScript String rules.
escapeHtml3(String) - Static method in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using HTML entities.
escapeHtml4(String) - Static method in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using HTML entities.
escapeJava(String) - Static method in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using Java String rules.
escapeJson(String) - Static method in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using Json String rules.
escapeXml(String) - Static method in class org.apache.commons.lang3.StringEscapeUtils
escapeXml10(String) - Static method in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using XML entities.
escapeXml11(String) - Static method in class org.apache.commons.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using XML entities.
EventCountCircuitBreaker - Class in org.apache.commons.lang3.concurrent
A simple implementation of the Circuit Breaker pattern that counts specific events.
EventCountCircuitBreaker(int, long, TimeUnit) - Constructor for class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Creates a new instance of EventCountCircuitBreaker which uses the same parameters for opening and closing checks.
EventCountCircuitBreaker(int, long, TimeUnit, int) - Constructor for class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Creates a new instance of EventCountCircuitBreaker with the same interval for opening and closing checks.
EventCountCircuitBreaker(int, long, TimeUnit, int, long, TimeUnit) - Constructor for class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Creates a new instance of EventCountCircuitBreaker and initializes all properties for opening and closing it based on threshold values for events occurring in specific intervals.
EventListenerSupport<L> - Class in org.apache.commons.lang3.event
An EventListenerSupport object can be used to manage a list of event listeners of a particular type.
EventListenerSupport(Class<L>) - Constructor for class org.apache.commons.lang3.event.EventListenerSupport
Creates an EventListenerSupport object which supports the provided listener interface.
EventListenerSupport(Class<L>, ClassLoader) - Constructor for class org.apache.commons.lang3.event.EventListenerSupport
Creates an EventListenerSupport object which supports the provided listener interface using the specified class loader to create the JDK dynamic proxy.
EventListenerSupport.ProxyInvocationHandler - Class in org.apache.commons.lang3.event
An invocation handler used to dispatch the event(s) to all the listeners.
EventUtils - Class in org.apache.commons.lang3.event
Provides some useful event-based utility methods.
EventUtils() - Constructor for class org.apache.commons.lang3.event.EventUtils
Deprecated.
TODO Make private in 4.0.
ExceptionContext - Interface in org.apache.commons.lang3.exception
Allows the storage and retrieval of contextual information based on label-value pairs for exceptions.
ExceptionUtils - Class in org.apache.commons.lang3.exception
Provides utilities for manipulating and examining Throwable objects.
ExceptionUtils() - Constructor for class org.apache.commons.lang3.exception.ExceptionUtils
Deprecated.
TODO Make private in 4.0.
EXCLUDE - Enum constant in enum org.apache.commons.lang3.ClassUtils.Interfaces
Excludes interfaces.
excludeFieldNames - Variable in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
Which field names to exclude from output.
exclusiveBetween(double, double, double) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception.
exclusiveBetween(double, double, double, String) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception with the specified message.
exclusiveBetween(long, long, long) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception.
exclusiveBetween(long, long, long, String) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception with the specified message.
exclusiveBetween(T, T, Comparable<T>) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception.
exclusiveBetween(T, T, Comparable<T>, String, Object...) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception with the specified message.
ExtendedMessageFormat - Class in org.apache.commons.lang3.text
Deprecated.
As of 3.6, use Apache Commons Text ExtendedMessageFormat instead
ExtendedMessageFormat(String) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
Deprecated.
Create a new ExtendedMessageFormat for the default locale.
ExtendedMessageFormat(String, Locale) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
Deprecated.
Create a new ExtendedMessageFormat.
ExtendedMessageFormat(String, Locale, Map<String, ? extends FormatFactory>) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
Deprecated.
Create a new ExtendedMessageFormat.
ExtendedMessageFormat(String, Map<String, ? extends FormatFactory>) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
Deprecated.
Create a new ExtendedMessageFormat for the default locale.
extractCause(ExecutionException) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
Inspects the cause of the specified ExecutionException and creates a ConcurrentException with the checked cause if necessary.
extractCauseUnchecked(ExecutionException) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
Inspects the cause of the specified ExecutionException and creates a ConcurrentRuntimeException with the checked cause if necessary.

F

Failable - Class in org.apache.commons.lang3.function
This class provides utility functions, and classes for working with the java.util.function package, or more generally, with Java 8 lambdas.
FailableBiConsumer<T,U,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like BiConsumer that declares a Throwable.
FailableBiFunction<T,U,R,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like BiFunction that declares a Throwable.
FailableBiPredicate<T,U,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like BiPredicate that declares a Throwable.
FailableBooleanSupplier<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like BooleanSupplier that declares a Throwable.
FailableCallable<R,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like Callable that declares a Throwable.
FailableConsumer<T,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like Consumer that declares a Throwable.
FailableDoubleBinaryOperator<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like DoubleBinaryOperator that declares a Throwable.
FailableDoubleConsumer<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like DoubleConsumer that declares a Throwable.
FailableDoubleFunction<R,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like DoubleFunction that declares a Throwable.
FailableDoublePredicate<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like DoublePredicate that declares a Throwable.
FailableDoubleSupplier<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like DoubleSupplier that declares a Throwable.
FailableDoubleToIntFunction<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like DoubleToIntFunction that declares a Throwable.
FailableDoubleToLongFunction<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like DoubleToLongFunction that declares a Throwable.
FailableDoubleUnaryOperator<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like DoubleUnaryOperator that declares a Throwable.
FailableFunction<T,R,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like Function that declares a Throwable.
FailableIntBinaryOperator<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like IntBinaryOperator that declares a Throwable.
FailableIntConsumer<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like IntConsumer that declares a Throwable.
FailableIntFunction<R,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like IntFunction that declares a Throwable.
FailableIntPredicate<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like IntPredicate that declares a Throwable.
FailableIntSupplier<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like IntSupplier that declares a Throwable.
FailableIntToDoubleFunction<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like IntToDoubleFunction that declares a Throwable.
FailableIntToLongFunction<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like IntToLongFunction that declares a Throwable.
FailableIntUnaryOperator<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like IntUnaryOperator that declares a Throwable.
FailableLongBinaryOperator<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like LongBinaryOperator that declares a Throwable.
FailableLongConsumer<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like LongConsumer that declares a Throwable.
FailableLongFunction<R,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like LongFunction that declares a Throwable.
FailableLongPredicate<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like LongPredicate that declares a Throwable.
FailableLongSupplier<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like LongSupplier that declares a Throwable.
FailableLongToDoubleFunction<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like LongToDoubleFunction that declares a Throwable.
FailableLongToIntFunction<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like LongToIntFunction that declares a Throwable.
FailableLongUnaryOperator<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like LongUnaryOperator that declares a Throwable.
FailableObjDoubleConsumer<T,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like ObjDoubleConsumer that declares a Throwable.
FailableObjIntConsumer<T,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like ObjIntConsumer that declares a Throwable.
FailableObjLongConsumer<T,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like ObjLongConsumer that declares a Throwable.
FailablePredicate<T,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like Predicate that declares a Throwable.
FailableRunnable<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like Runnable that declares a kind of Throwable.
FailableShortSupplier<E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like IntSupplier but for short that declares a Throwable.
failableStream(Collection<T>) - Static method in class org.apache.commons.lang3.stream.Streams
Converts the given Collection into a Streams.FailableStream.
failableStream(Stream<T>) - Static method in class org.apache.commons.lang3.stream.Streams
Converts the given stream into a Streams.FailableStream.
failableStream(T) - Static method in class org.apache.commons.lang3.stream.Streams
Shorthand for Streams.failableStream(value == null ? Stream.empty() : Stream.of(value)).
failableStream(T...) - Static method in class org.apache.commons.lang3.stream.Streams
Shorthand for Streams.failableStream(Streams.of(arrayValues)).
FailableStream(Stream<O>) - Constructor for class org.apache.commons.lang3.Streams.FailableStream
Deprecated.
Constructs a new instance with the given stream.
FailableStream(Stream<T>) - Constructor for class org.apache.commons.lang3.stream.Streams.FailableStream
Constructs a new instance with the given stream.
FailableSupplier<T,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like Supplier that declares a Throwable.
FailableToDoubleBiFunction<T,U,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like ToDoubleBiFunction that declares a Throwable.
FailableToDoubleFunction<T,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like ToDoubleFunction that declares a Throwable.
FailableToIntBiFunction<T,U,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like ToIntBiFunction that declares a Throwable.
FailableToIntFunction<T,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like ToIntFunction that declares a Throwable.
FailableToLongBiFunction<T,U,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like ToLongBiFunction that declares a Throwable.
FailableToLongFunction<T,E extends Throwable> - Interface in org.apache.commons.lang3.function
A functional interface like ToLongFunction that declares a Throwable.
FALSE - Static variable in class org.apache.commons.lang3.BooleanUtils
The false String "false".
FALSE - Static variable in interface org.apache.commons.lang3.function.FailableBiPredicate
FALSE singleton
FALSE - Static variable in interface org.apache.commons.lang3.function.FailableDoublePredicate
FALSE singleton
FALSE - Static variable in interface org.apache.commons.lang3.function.FailableIntPredicate
FALSE singleton
FALSE - Static variable in interface org.apache.commons.lang3.function.FailableLongPredicate
FALSE singleton
FALSE - Static variable in interface org.apache.commons.lang3.function.FailablePredicate
FALSE singleton
falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailableBiPredicate
Returns The FALSE singleton.
falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailableDoublePredicate
Returns The FALSE singleton.
falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailableIntPredicate
Returns The FALSE singleton.
falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailableLongPredicate
Returns The FALSE singleton.
falsePredicate() - Static method in interface org.apache.commons.lang3.function.FailablePredicate
Returns The FALSE singleton.
FastDateFormat - Class in org.apache.commons.lang3.time
FastDateFormat is a fast and thread-safe version of SimpleDateFormat.
FastDateFormat(String, TimeZone, Locale) - Constructor for class org.apache.commons.lang3.time.FastDateFormat
Constructs a new FastDateFormat.
FastDateFormat(String, TimeZone, Locale, Date) - Constructor for class org.apache.commons.lang3.time.FastDateFormat
Constructs a new FastDateFormat.
FastDateParser - Class in org.apache.commons.lang3.time
FastDateParser is a fast and thread-safe version of SimpleDateFormat.
FastDateParser(String, TimeZone, Locale) - Constructor for class org.apache.commons.lang3.time.FastDateParser
Constructs a new FastDateParser.
FastDateParser(String, TimeZone, Locale, Date) - Constructor for class org.apache.commons.lang3.time.FastDateParser
Constructs a new FastDateParser.
FastDatePrinter - Class in org.apache.commons.lang3.time
FastDatePrinter is a fast and thread-safe version of SimpleDateFormat.
FastDatePrinter(String, TimeZone, Locale) - Constructor for class org.apache.commons.lang3.time.FastDatePrinter
Constructs a new FastDatePrinter.
FastTimeZone - Class in org.apache.commons.lang3.time
Faster methods to produce custom time zones.
FieldUtils - Class in org.apache.commons.lang3.reflect
Utilities for working with Fields by reflection.
FieldUtils() - Constructor for class org.apache.commons.lang3.reflect.FieldUtils
Deprecated.
TODO Make private in 4.0.
FILE_ENCODING - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "file.encoding".
FILE_ENCODING - Static variable in class org.apache.commons.lang3.SystemUtils
The file.encoding System Property.
FILE_SEPARATOR - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "file.separator".
FILE_SEPARATOR - Static variable in class org.apache.commons.lang3.SystemUtils
Deprecated.
Use File.separator, since it is guaranteed to be a string containing a single character and it does not require a privilege check.
fill(byte[], byte) - Static method in class org.apache.commons.lang3.ArrayFill
Fills and returns the given array.
fill(char[], char) - Static method in class org.apache.commons.lang3.ArrayFill
Fills and returns the given array.
fill(double[], double) - Static method in class org.apache.commons.lang3.ArrayFill
Fills and returns the given array.
fill(float[], float) - Static method in class org.apache.commons.lang3.ArrayFill
Fills and returns the given array.
fill(int[], int) - Static method in class org.apache.commons.lang3.ArrayFill
Fills and returns the given array.
fill(long[], long) - Static method in class org.apache.commons.lang3.ArrayFill
Fills and returns the given array.
fill(short[], short) - Static method in class org.apache.commons.lang3.ArrayFill
Fills and returns the given array.
fill(T[], T) - Static method in class org.apache.commons.lang3.ArrayFill
Fills and returns the given array.
filter(FailablePredicate<T, ?>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
Returns a FailableStream consisting of the elements of this stream that match the given FailablePredicate.
filter(Functions.FailablePredicate<O, ?>) - Method in class org.apache.commons.lang3.Streams.FailableStream
Deprecated.
Returns a FailableStream consisting of the elements of this stream that match the given FailablePredicate.
findThreadById(long) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds the active thread with the specified id.
findThreadById(long, String) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds the active thread with the specified id if it belongs to a thread group with the specified group name.
findThreadById(long, ThreadGroup) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds the active thread with the specified id if it belongs to the specified thread group.
findThreadGroups(ThreadGroup, boolean, Predicate<ThreadGroup>) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds all active thread groups which match the given predicate and which is a subgroup of the given thread group (or one of its subgroups).
findThreadGroups(ThreadGroup, boolean, ThreadUtils.ThreadGroupPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
findThreadGroups(Predicate<ThreadGroup>) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds all active thread groups which match the given predicate.
findThreadGroups(ThreadUtils.ThreadGroupPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
findThreadGroupsByName(String) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds active thread groups with the specified group name.
findThreads(ThreadGroup, boolean, Predicate<Thread>) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds all active threads which match the given predicate and which belongs to the given thread group (or one of its subgroups).
findThreads(ThreadGroup, boolean, ThreadUtils.ThreadPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
findThreads(Predicate<Thread>) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds all active threads which match the given predicate.
findThreads(ThreadUtils.ThreadPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
findThreadsByName(String) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds active threads with the specified name.
findThreadsByName(String, String) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds active threads with the specified name if they belong to a thread group with the specified group name.
findThreadsByName(String, ThreadGroup) - Static method in class org.apache.commons.lang3.ThreadUtils
Finds active threads with the specified name if they belong to a specified thread group.
finisher() - Method in class org.apache.commons.lang3.stream.Streams.ArrayCollector
 
finisher() - Method in class org.apache.commons.lang3.Streams.ArrayCollector
Deprecated.
 
finite(double) - Static method in class org.apache.commons.lang3.Validate
Validates that the specified argument is not infinite or Not-a-Number (NaN); otherwise throwing an exception.
finite(double, String, Object...) - Static method in class org.apache.commons.lang3.Validate
Validates that the specified argument is not infinite or Not-a-Number (NaN); otherwise throwing an exception with the specified message.
fire() - Method in class org.apache.commons.lang3.event.EventListenerSupport
Returns a proxy object which can be used to call listener methods on all of the registered event listeners.
firstNonBlank(T...) - Static method in class org.apache.commons.lang3.StringUtils
Returns the first value in the array which is not empty (""), null or whitespace only.
firstNonEmpty(T...) - Static method in class org.apache.commons.lang3.StringUtils
Returns the first value in the array which is not empty.
firstNonNull(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the first value in the array which is not null.
fit(T) - Method in class org.apache.commons.lang3.Range
Fits the given element into this range by returning the given element or, if out of bounds, the range minimum if below, or the range maximum if above.
flip(int) - Method in class org.apache.commons.lang3.util.FluentBitSet
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class org.apache.commons.lang3.util.FluentBitSet
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
FLOAT_MINUS_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
Reusable Float constant for minus one.
FLOAT_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
Reusable Float constant for one.
FLOAT_ZERO - Static variable in class org.apache.commons.lang3.math.NumberUtils
Reusable Float constant for zero.
floatValue() - Method in class org.apache.commons.lang3.math.Fraction
Gets the fraction as a float.
floatValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
Returns the value of this MutableByte as a float.
floatValue() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Returns the value of this MutableDouble as a float.
floatValue() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Returns the value of this MutableFloat as a float.
floatValue() - Method in class org.apache.commons.lang3.mutable.MutableInt
Returns the value of this MutableInt as a float.
floatValue() - Method in class org.apache.commons.lang3.mutable.MutableLong
Returns the value of this MutableLong as a float.
floatValue() - Method in class org.apache.commons.lang3.mutable.MutableShort
Returns the value of this MutableShort as a float.
FluentBitSet - Class in org.apache.commons.lang3.util
A fluent BitSet with additional operations.
FluentBitSet() - Constructor for class org.apache.commons.lang3.util.FluentBitSet
Creates a new bit set.
FluentBitSet(int) - Constructor for class org.apache.commons.lang3.util.FluentBitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
FluentBitSet(BitSet) - Constructor for class org.apache.commons.lang3.util.FluentBitSet
Creates a new instance for the given bit set.
forEach(Throwable, Consumer<Throwable>) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Performs an action for each Throwable causes of the given Throwable.
forEach(Consumer<Boolean>) - Static method in class org.apache.commons.lang3.BooleanUtils
Performs the given action for each Boolean BooleanUtils.values().
forEach(FailableConsumer<T, ?>) - Method in class org.apache.commons.lang3.stream.Streams.FailableStream
Performs an action for each element of this stream.
forEach(Functions.FailableConsumer<O, ?>) - Method in class org.apache.commons.lang3.Streams.FailableStream
Deprecated.
Performs an action for each element of this stream.
format(long) - Method in interface org.apache.commons.lang3.time.DatePrinter
Formats a millisecond long value.
format(long) - Method in class org.apache.commons.lang3.time.FastDateFormat
Formats a millisecond long value.
format(long) - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
format(long, B) - Method in interface org.apache.commons.lang3.time.DatePrinter
Formats a millisecond long value into the supplied Appendable.
format(long, B) - Method in class org.apache.commons.lang3.time.FastDateFormat
Formats a millisecond long value into the supplied StringBuffer.
format(long, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
format(long, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern.
format(long, StringBuffer) - Method in interface org.apache.commons.lang3.time.DatePrinter
format(long, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
format(long, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
format(long, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern in a locale.
format(long, String, TimeZone) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern in a time zone.
format(long, String, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern in a time zone and locale.
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang3.text.CompositeFormat
Deprecated.
Uses the formatter Format instance.
format(Object, StringBuffer, FieldPosition) - Method in interface org.apache.commons.lang3.time.DatePrinter
Formats a Date, Calendar or Long (milliseconds) object.
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang3.time.FastDateFormat
Formats a Date, Calendar or Long (milliseconds) object.
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang3.time.FastDatePrinter
Deprecated.
Use {FastDatePrinter.format(Date), {FastDatePrinter.format(Calendar), {FastDatePrinter.format(long).
format(Calendar) - Method in interface org.apache.commons.lang3.time.DatePrinter
Formats a Calendar object.
format(Calendar) - Method in class org.apache.commons.lang3.time.FastDateFormat
Formats a Calendar object.
format(Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
format(Calendar, B) - Method in interface org.apache.commons.lang3.time.DatePrinter
Formats a Calendar object into the supplied Appendable.
format(Calendar, B) - Method in class org.apache.commons.lang3.time.FastDateFormat
Formats a Calendar object into the supplied StringBuffer.
format(Calendar, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
format(Calendar, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a calendar into a specific pattern.
format(Calendar, StringBuffer) - Method in interface org.apache.commons.lang3.time.DatePrinter
format(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
format(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
format(Calendar, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a calendar into a specific pattern in a locale.
format(Calendar, String, TimeZone) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a calendar into a specific pattern in a time zone.
format(Calendar, String, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a calendar into a specific pattern in a time zone and locale.
format(Date) - Method in interface org.apache.commons.lang3.time.DatePrinter
Formats a Date object using a GregorianCalendar.
format(Date) - Method in class org.apache.commons.lang3.time.FastDateFormat
Formats a Date object using a GregorianCalendar.
format(Date) - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
format(Date, B) - Method in interface org.apache.commons.lang3.time.DatePrinter
Formats a Date object into the supplied Appendable using a GregorianCalendar.
format(Date, B) - Method in class org.apache.commons.lang3.time.FastDateFormat
Formats a Date object into the supplied StringBuffer using a GregorianCalendar.
format(Date, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
format(Date, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern.
format(Date, StringBuffer) - Method in interface org.apache.commons.lang3.time.DatePrinter
format(Date, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
format(Date, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
format(Date, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern in a locale.
format(Date, String, TimeZone) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern in a time zone.
format(Date, String, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern in a time zone and locale.
formatDuration(long, String) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
Formats the time gap as a string, using the specified format, and padding with zeros.
formatDuration(long, String, boolean) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
Formats the time gap as a string, using the specified format.
formatDurationHMS(long) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
Formats the time gap as a string.
formatDurationISO(long) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
Formats the time gap as a string.
formatDurationWords(long, boolean, boolean) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
Formats an elapsed time into a pluralization correct string.
FormatFactory - Interface in org.apache.commons.lang3.text
Deprecated.
As of 3.6, use Apache Commons Text FormatFactory instead
formatPeriod(long, long, String) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
Formats the time gap as a string, using the specified format.
formatPeriod(long, long, String, boolean, TimeZone) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
Formats the time gap as a string, using the specified format.
formatPeriodISO(long, long) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
Formats the time gap as a string.
formatSplitTime() - Method in class org.apache.commons.lang3.time.StopWatch
Formats the split time with DurationFormatUtils.formatDurationHMS(long).
FormattableUtils - Class in org.apache.commons.lang3.text
Deprecated.
As of 3.6, use Apache Commons Text FormattableUtils instead
FormattableUtils() - Constructor for class org.apache.commons.lang3.text.FormattableUtils
Deprecated.
FormattableUtils instances should NOT be constructed in standard programming.
formatTime() - Method in class org.apache.commons.lang3.time.StopWatch
Formats the time formatted with DurationFormatUtils.formatDurationHMS(long).
formatUTC(long, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern using the UTC time zone.
formatUTC(long, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern using the UTC time zone.
formatUTC(Date, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern using the UTC time zone.
formatUTC(Date, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
Formats a date/time into a specific pattern using the UTC time zone.
FOUR_FIFTHS - Static variable in class org.apache.commons.lang3.math.Fraction
Fraction representation of 4/5.
Fraction - Class in org.apache.commons.lang3.math
Fraction is a Number implementation that stores fractions accurately.
FTP_NON_PROXY_HOST - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "ftp.nonProxyHosts".
FTP_PROXY_HOST - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "ftp.proxyHost".
FTP_PROXY_PORT - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "ftp.proxyPort".
FULL - Static variable in class org.apache.commons.lang3.time.FastDateFormat
FULL locale dependent date or time style.
FULL - Static variable in class org.apache.commons.lang3.time.FastDatePrinter
FULL locale dependent date or time style.
function(Function<T, R>) - Static method in class org.apache.commons.lang3.function.Functions
Starts a fluent chain like function(foo::bar).andThen(...).andThen(...).apply(...);
function(FailableFunction<T, R, E>) - Static method in interface org.apache.commons.lang3.function.FailableFunction
Starts a fluent chain like function(foo::bar).andThen(...).andThen(...).apply(...);
Functions - Class in org.apache.commons.lang3.function
Factory for Function.
Functions - Class in org.apache.commons.lang3
Deprecated.
Functions() - Constructor for class org.apache.commons.lang3.Functions
Deprecated.
Constructs a new instance.
Functions.FailableBiConsumer<O1,O2,T extends Throwable> - Interface in org.apache.commons.lang3
Deprecated.
Functions.FailableBiFunction<O1,O2,R,T extends Throwable> - Interface in org.apache.commons.lang3
Deprecated.
Functions.FailableBiPredicate<O1,O2,T extends Throwable> - Interface in org.apache.commons.lang3
Deprecated.
Functions.FailableCallable<R,T extends Throwable> - Interface in org.apache.commons.lang3
Deprecated.
Functions.FailableConsumer<O,T extends Throwable> - Interface in org.apache.commons.lang3
Deprecated.
Functions.FailableFunction<I,R,T extends Throwable> - Interface in org.apache.commons.lang3
Deprecated.
Functions.FailablePredicate<I,T extends Throwable> - Interface in org.apache.commons.lang3
Deprecated.
Functions.FailableRunnable<T extends Throwable> - Interface in org.apache.commons.lang3
Deprecated.
Functions.FailableSupplier<R,T extends Throwable> - Interface in org.apache.commons.lang3
Deprecated.
FutureTasks - Class in org.apache.commons.lang3.concurrent
Consists of utility methods that work with FutureTask.

G

ge(A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
Checks if the tested object is greater than or equal to b
generateBitVector(Class<E>, E...) - Static method in class org.apache.commons.lang3.EnumUtils
Creates a long bit vector representation of the given array of Enum values.
generateBitVector(Class<E>, Iterable<? extends E>) - Static method in class org.apache.commons.lang3.EnumUtils
Creates a long bit vector representation of the given subset of an Enum.
generateBitVectors(Class<E>, E...) - Static method in class org.apache.commons.lang3.EnumUtils
Creates a bit vector representation of the given subset of an Enum using as many longs as needed.
generateBitVectors(Class<E>, Iterable<? extends E>) - Static method in class org.apache.commons.lang3.EnumUtils
Creates a bit vector representation of the given subset of an Enum using as many longs as needed.
genericArrayType(Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Creates a generic array type instance.
get() - Method in class org.apache.commons.lang3.AppendableJoiner.Builder
Gets a new instance of AppendableJoiner.
get() - Method in class org.apache.commons.lang3.concurrent.AbstractFutureProxy
 
get() - Method in class org.apache.commons.lang3.concurrent.AtomicInitializer.Builder
 
get() - Method in class org.apache.commons.lang3.concurrent.AtomicInitializer
Returns the object managed by this initializer.
get() - Method in class org.apache.commons.lang3.concurrent.AtomicSafeInitializer.Builder
 
get() - Method in class org.apache.commons.lang3.concurrent.AtomicSafeInitializer
Gets (and initialize, if not initialized yet) the required object
get() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer.Builder
 
get() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
Returns the result of the background initialization.
get() - Method in class org.apache.commons.lang3.concurrent.ConstantInitializer
Returns the object managed by this initializer.
get() - Method in class org.apache.commons.lang3.concurrent.LazyInitializer.Builder
 
get() - Method in class org.apache.commons.lang3.concurrent.LazyInitializer
Returns the object wrapped by this instance.
get() - Method in interface org.apache.commons.lang3.concurrent.UncheckedFuture
Gets per Future.get() but rethrows checked exceptions as unchecked.
get() - Method in interface org.apache.commons.lang3.function.FailableSupplier
Supplies an object
get() - Method in interface org.apache.commons.lang3.Functions.FailableSupplier
Deprecated.
Supplies an object
get(int) - Method in class org.apache.commons.lang3.util.FluentBitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class org.apache.commons.lang3.util.FluentBitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(long, TimeUnit) - Method in class org.apache.commons.lang3.concurrent.AbstractFutureProxy
 
get(long, TimeUnit) - Method in interface org.apache.commons.lang3.concurrent.UncheckedFuture
Gets per Future.get(long, TimeUnit) but rethrows checked exceptions as unchecked.
get(Supplier<T>) - Static method in class org.apache.commons.lang3.function.Suppliers
Null-safe call to Supplier.get().
get(FailableSupplier<T, E>) - Static method in class org.apache.commons.lang3.function.Failable
Invokes a supplier, and returns the result.
get(Functions.FailableSupplier<O, T>) - Static method in class org.apache.commons.lang3.Functions
Deprecated.
Invokes a supplier, and returns the result.
get(T[], int) - Static method in class org.apache.commons.lang3.ArrayUtils
Gets the nTh element of an array or null if the index is out of bounds or the array is null.
get(T[], int, T) - Static method in class org.apache.commons.lang3.ArrayUtils
Gets the nTh element of an array or a default value if the index is out of bounds.
getAbbreviatedName(Class<?>, int) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the abbreviated name of a Class.
getAbbreviatedName(String, int) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the abbreviated class name from a String.
getAccessibleConstructor(Class<T>, Class<?>...) - Static method in class org.apache.commons.lang3.reflect.ConstructorUtils
Finds a constructor given a class and signature, checking accessibility.
getAccessibleConstructor(Constructor<T>) - Static method in class org.apache.commons.lang3.reflect.ConstructorUtils
Checks if the specified constructor is accessible.
getAccessibleMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
getAccessibleMethod(Method) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAcquireCount() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
Returns the number of invocations of the TimedSemaphore.acquire() method for the current period.
getActiveExecutor() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
Returns the ExecutorService that is actually used for executing the background task.
getAllFields(Class<?>) - Static method in class org.apache.commons.lang3.reflect.FieldUtils
Gets all fields of the given class and its parents (if any).
getAllFieldsList(Class<?>) - Static method in class org.apache.commons.lang3.reflect.FieldUtils
Gets all fields of the given class and its parents (if any).
getAllInterfaces(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Gets a List of all interfaces implemented by the given class and its superclasses.
getAllSuperclasses(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Gets a List of superclasses for the given class.
getAllThreadGroups() - Static method in class org.apache.commons.lang3.ThreadUtils
Gets all active thread groups excluding the system thread group (A thread group is active if it has been not destroyed).
getAllThreads() - Static method in class org.apache.commons.lang3.ThreadUtils
Gets all active threads (A thread is active if it has been started and has not yet died).
getAndAdd(byte) - Method in class org.apache.commons.lang3.mutable.MutableByte
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(double) - Method in class org.apache.commons.lang3.mutable.MutableDouble
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(float) - Method in class org.apache.commons.lang3.mutable.MutableFloat
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(int) - Method in class org.apache.commons.lang3.mutable.MutableInt
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(long) - Method in class org.apache.commons.lang3.mutable.MutableLong
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(short) - Method in class org.apache.commons.lang3.mutable.MutableShort
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableByte
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableDouble
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableFloat
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableInt
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableLong
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(Number) - Method in class org.apache.commons.lang3.mutable.MutableShort
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableByte
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableInt
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableLong
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
getAndDecrement() - Method in class org.apache.commons.lang3.mutable.MutableShort
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableByte
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableInt
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableLong
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
getAndIncrement() - Method in class org.apache.commons.lang3.mutable.MutableShort
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
getAnnotation(Method, Class<A>, boolean, boolean) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets the annotation object with the given annotation type that is present on the given method or optionally on any equivalent method in super classes and interfaces.
getAppleAwtEnableTemplateImages() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getArch() - Method in class org.apache.commons.lang3.arch.Processor
Gets the processor architecture as an Processor.Arch enum.
getArrayComponentType(Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Gets the array component type of type.
getArrayEnd() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the array end text.
getArrayEnd() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the array end text.
getArraySeparator() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the array separator text.
getArraySeparator() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the array separator text.
getArrayStart() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the array start text.
getArrayStart() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the array start text.
getAsBoolean() - Method in interface org.apache.commons.lang3.function.FailableBooleanSupplier
Supplies a boolean.
getAsBoolean(FailableBooleanSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
Invokes a boolean supplier, and returns the result.
getAsDouble() - Method in interface org.apache.commons.lang3.function.FailableDoubleSupplier
Supplies a double.
getAsDouble(FailableDoubleSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
Invokes a double supplier, and returns the result.
getAsInt() - Method in interface org.apache.commons.lang3.function.FailableIntSupplier
Supplies an int.
getAsInt(FailableIntSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
Invokes an int supplier, and returns the result.
getAsLong() - Method in interface org.apache.commons.lang3.function.FailableLongSupplier
Supplies a long.
getAsLong(FailableLongSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
Invokes a long supplier, and returns the result.
getAsShort() - Method in interface org.apache.commons.lang3.function.FailableShortSupplier
Supplies an int.
getAsShort(FailableShortSupplier<E>) - Static method in class org.apache.commons.lang3.function.Failable
Invokes a short supplier, and returns the result.
getAvailablePermits() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
Returns the number of calls to the TimedSemaphore.acquire() method that can still be performed in the current period without blocking.
getAverageCallsPerPeriod() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
Returns the average number of successful (i.e. non-blocking) TimedSemaphore.acquire() invocations for the entire life-time of this TimedSemaphore.
getAwtToolkit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getBoolean(String, BooleanSupplier) - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value for the property named key as an boolean.
getBytes(String, String) - Static method in class org.apache.commons.lang3.StringUtils
Calls String.getBytes(String) in a null-safe manner.
getBytes(String, Charset) - Static method in class org.apache.commons.lang3.StringUtils
Calls String.getBytes(Charset) in a null-safe manner.
getCanonicalName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the canonical class name for a Class.
getCanonicalName(Class<?>, String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the canonical name for a Class.
getCanonicalName(Object) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the canonical name for an Object.
getCanonicalName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the canonical name for an Object.
getCause(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Deprecated.
This feature will be removed in Lang 4, use Throwable.getCause() instead
getCause(Throwable, String[]) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Deprecated.
This feature will be removed in Lang 4, use Throwable.getCause() instead
getChars(char[]) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Copies the character array into the specified array.
getChars(int, int, char[], int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Copies the character array into the specified array.
getClass(ClassLoader, String) - Static method in class org.apache.commons.lang3.ClassUtils
Returns the (initialized) class represented by className using the classLoader.
getClass(ClassLoader, String, boolean) - Static method in class org.apache.commons.lang3.ClassUtils
Returns the class represented by className using the classLoader.
getClass(String) - Static method in class org.apache.commons.lang3.ClassUtils
Returns the (initialized) class represented by className using the current thread's context class loader.
getClass(String, boolean) - Static method in class org.apache.commons.lang3.ClassUtils
Returns the class represented by className using the current thread's context class loader.
getClass(T) - Static method in class org.apache.commons.lang3.ObjectUtils
Delegates to Object.getClass() using generics.
getCloser() - Method in class org.apache.commons.lang3.concurrent.AbstractConcurrentInitializer.AbstractBuilder
Gets the closer consumer called by AbstractConcurrentInitializer.close().
getClosingInterval() - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Returns the interval (in nanoseconds) for checking for the closing threshold.
getClosingThreshold() - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Returns the threshold value for closing the circuit breaker.
getCode() - Method in exception org.apache.commons.lang3.NotImplementedException
Obtain the not implemented code.
getCommonPrefix(String...) - Static method in class org.apache.commons.lang3.StringUtils
Compares all Strings in an array and returns the initial sequence of characters that is common to all of them.
getComparator() - Method in class org.apache.commons.lang3.Range
Gets the comparator being used to determine if objects are within the range.
getComponentType(Class<T[]>) - Static method in class org.apache.commons.lang3.ClassUtils
Delegates to Class.getComponentType() using generics.
getComponentType(T[]) - Static method in class org.apache.commons.lang3.ArrayUtils
Gets an array's component type.
getComSunJndiLdapObjectTrustSerialData() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getComSunNetHttpServerHttpServerProvider() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getContent() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets the String content that the tokenizer is parsing.
getContentEnd() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the content end text.
getContentEnd() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the content end text.
getContentStart() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the content start text.
getContentStart() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the content start text.
getContextEntries() - Method in exception org.apache.commons.lang3.exception.ContextedException
Retrieves the full list of label-value pairs defined in the contextual data.
getContextEntries() - Method in exception org.apache.commons.lang3.exception.ContextedRuntimeException
Retrieves the full list of label-value pairs defined in the contextual data.
getContextEntries() - Method in class org.apache.commons.lang3.exception.DefaultExceptionContext
Retrieves the full list of label-value pairs defined in the contextual data.
getContextEntries() - Method in interface org.apache.commons.lang3.exception.ExceptionContext
Retrieves the full list of label-value pairs defined in the contextual data.
getContextLabels() - Method in exception org.apache.commons.lang3.exception.ContextedException
Retrieves the full set of labels defined in the contextual data.
getContextLabels() - Method in exception org.apache.commons.lang3.exception.ContextedRuntimeException
Retrieves the full set of labels defined in the contextual data.
getContextLabels() - Method in class org.apache.commons.lang3.exception.DefaultExceptionContext
Retrieves the full set of labels defined in the contextual data.
getContextLabels() - Method in interface org.apache.commons.lang3.exception.ExceptionContext
Retrieves the full set of labels defined in the contextual data.
getContextValues(String) - Method in exception org.apache.commons.lang3.exception.ContextedException
Retrieves all the contextual data values associated with the label.
getContextValues(String) - Method in exception org.apache.commons.lang3.exception.ContextedRuntimeException
Retrieves all the contextual data values associated with the label.
getContextValues(String) - Method in class org.apache.commons.lang3.exception.DefaultExceptionContext
Retrieves all the contextual data values associated with the label.
getContextValues(String) - Method in interface org.apache.commons.lang3.exception.ExceptionContext
Retrieves all the contextual data values associated with the label.
getCSVInstance() - Static method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
getCSVInstance(char[]) - Static method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
getCSVInstance(String) - Static method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
getDaemonFlag() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
Gets the daemon flag.
getDateInstance(int) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a date formatter instance using the specified style in the default time zone and locale.
getDateInstance(int, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a date formatter instance using the specified style and locale in the default time zone.
getDateInstance(int, TimeZone) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a date formatter instance using the specified style and time zone in the default locale.
getDateInstance(int, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a date formatter instance using the specified style, time zone and locale.
getDateTimeInstance(int, int) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a date/time formatter instance using the specified style in the default time zone and locale.
getDateTimeInstance(int, int, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a date/time formatter instance using the specified style and locale in the default time zone.
getDateTimeInstance(int, int, TimeZone) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a date/time formatter instance using the specified style and time zone in the default locale.
getDateTimeInstance(int, int, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a date/time formatter instance using the specified style, time zone and locale.
getDayOfMonth() - Method in class org.apache.commons.lang3.time.CalendarUtils
Gets the current day of month.
getDayOfYear() - Method in class org.apache.commons.lang3.time.CalendarUtils
Gets the current day of year.
getDeclaredField(Class<?>, String) - Static method in class org.apache.commons.lang3.reflect.FieldUtils
Gets an accessible Field by name respecting scope.
getDeclaredField(Class<?>, String, boolean) - Static method in class org.apache.commons.lang3.reflect.FieldUtils
Gets an accessible Field by name, breaking scope if requested.
getDefaultCauseMethodNames() - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Deprecated.
This feature will be removed in Lang 4
getDefaultStyle() - Static method in class org.apache.commons.lang3.builder.ToStringBuilder
Gets the default ToStringStyle to use.
getDelimiterMatcher() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets the field delimiter matcher.
getDenominator() - Method in class org.apache.commons.lang3.math.Fraction
Gets the denominator part of the fraction.
getDiffs() - Method in class org.apache.commons.lang3.builder.DiffResult
Returns an unmodifiable list of Diffs.
getDigits(String) - Static method in class org.apache.commons.lang3.StringUtils
Checks if a String str contains Unicode digits, if yes then concatenate all the digits in str and return it as a String.
getDuration() - Method in class org.apache.commons.lang3.time.StopWatch
Gets the Duration on the StopWatch.
getEnum(Class<E>, String) - Static method in class org.apache.commons.lang3.EnumUtils
Gets the enum for the class, returning null if not found.
getEnum(Class<E>, String, E) - Static method in class org.apache.commons.lang3.EnumUtils
Gets the enum for the class, returning defaultEnum if not found.
getEnumIgnoreCase(Class<E>, String) - Static method in class org.apache.commons.lang3.EnumUtils
Gets the enum for the class, returning null if not found.
getEnumIgnoreCase(Class<E>, String, E) - Static method in class org.apache.commons.lang3.EnumUtils
Gets the enum for the class, returning defaultEnum if not found.
getEnumList(Class<E>) - Static method in class org.apache.commons.lang3.EnumUtils
Gets the List of enums.
getEnumMap(Class<E>) - Static method in class org.apache.commons.lang3.EnumUtils
Gets the Map of enums by name.
getEnumMap(Class<E>, Function<E, K>) - Static method in class org.apache.commons.lang3.EnumUtils
Gets the Map of enums by name.
getEnumSystemProperty(Class<E>, String, E) - Static method in class org.apache.commons.lang3.EnumUtils
Gets the enum for the class in a system property, returning defaultEnum if not found.
getEnvironmentVariable(String, String) - Static method in class org.apache.commons.lang3.SystemUtils
Gets an environment variable, defaulting to defaultValue if the variable cannot be read.
getEscapeChar() - Method in class org.apache.commons.lang3.text.StrSubstitutor
Deprecated.
Returns the escape character.
getException(String) - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
Returns the ConcurrentException object that was thrown by the BackgroundInitializer with the given name.
getExcludeFieldNames() - Method in class org.apache.commons.lang3.builder.ReflectionDiffBuilder
Gets the field names that should be excluded from the diff.
getExcludeFieldNames() - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
Gets the excludeFieldNames.
getExecutorService() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
Returns the executor service used by this instance.
getExternalExecutor() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
Returns the external ExecutorService to be used by this class.
getField(Class<?>, String) - Static method in class org.apache.commons.lang3.reflect.FieldUtils
Gets an accessible Field by name respecting scope.
getField(Class<?>, String, boolean) - Static method in class org.apache.commons.lang3.reflect.FieldUtils
Gets an accessible Field by name, breaking scope if requested.
getFieldName() - Method in class org.apache.commons.lang3.builder.Diff
Gets the name of the field.
getFieldNameValueSeparator() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the field name value separator text.
getFieldNameValueSeparator() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the field name value separator text.
getFieldSeparator() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the field separator text.
getFieldSeparator() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the field separator text.
getFieldsListWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.apache.commons.lang3.reflect.FieldUtils
Gets all fields of the given class and its parents (if any) that are annotated with the given annotation.
getFieldsWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.apache.commons.lang3.reflect.FieldUtils
Gets all fields of the given class and its parents (if any) that are annotated with the given annotation.
getFileEncoding() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getFileSeparator() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getFirstContextValue(String) - Method in exception org.apache.commons.lang3.exception.ContextedException
Retrieves the first available contextual data value associated with the label.
getFirstContextValue(String) - Method in exception org.apache.commons.lang3.exception.ContextedRuntimeException
Retrieves the first available contextual data value associated with the label.
getFirstContextValue(String) - Method in class org.apache.commons.lang3.exception.DefaultExceptionContext
Retrieves the first available contextual data value associated with the label.
getFirstContextValue(String) - Method in interface org.apache.commons.lang3.exception.ExceptionContext
Retrieves the first available contextual data value associated with the label.
getFirstEnumIgnoreCase(Class<E>, String, Function<E, String>, E) - Static method in class org.apache.commons.lang3.EnumUtils
Gets the enum for the class, returning defaultEnum if not found.
getFirstNonNull(Supplier<T>...) - Static method in class org.apache.commons.lang3.ObjectUtils
Executes the given suppliers in order and returns the first return value where a value other than null is returned.
getFormat(String, String, Locale) - Method in interface org.apache.commons.lang3.text.FormatFactory
Deprecated.
Create or retrieve a format instance.
getFormattedExceptionMessage(String) - Method in exception org.apache.commons.lang3.exception.ContextedException
Gets the contextualized error message based on a base message.
getFormattedExceptionMessage(String) - Method in exception org.apache.commons.lang3.exception.ContextedRuntimeException
Gets the contextualized error message based on a base message.
getFormattedExceptionMessage(String) - Method in class org.apache.commons.lang3.exception.DefaultExceptionContext
Builds the message containing the contextual information.
getFormattedExceptionMessage(String) - Method in interface org.apache.commons.lang3.exception.ExceptionContext
Gets the contextualized error message based on a base message.
getFormatter() - Method in class org.apache.commons.lang3.text.CompositeFormat
Deprecated.
Provides access to the parser Format implementation.
getFraction(double) - Static method in class org.apache.commons.lang3.math.Fraction
Creates a Fraction instance from a double value.
getFraction(int, int) - Static method in class org.apache.commons.lang3.math.Fraction
Creates a Fraction instance with the 2 parts of a fraction Y/Z.
getFraction(int, int, int) - Static method in class org.apache.commons.lang3.math.Fraction
Creates a Fraction instance with the 3 parts of a fraction X Y/Z.
getFraction(String) - Static method in class org.apache.commons.lang3.math.Fraction
Creates a Fraction from a String.
getFragmentInDays(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of days within the fragment.
getFragmentInDays(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of days within the fragment.
getFragmentInHours(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of hours within the fragment.
getFragmentInHours(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of hours within the fragment.
getFragmentInMilliseconds(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of milliseconds within the fragment.
getFragmentInMilliseconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of milliseconds within the fragment.
getFragmentInMinutes(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of minutes within the fragment.
getFragmentInMinutes(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of minutes within the fragment.
getFragmentInSeconds(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of seconds within the fragment.
getFragmentInSeconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
Returns the number of seconds within the fragment.
getFtpNonProxyHost() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getFtpProxyHost() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getFtpProxyPort() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getFuture() - Method in class org.apache.commons.lang3.concurrent.AbstractFutureProxy
Gets the delegate.
getFuture() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
Returns the Future object that was created when BackgroundInitializer.start() was called.
getFuzzyDistance(CharSequence, CharSequence, Locale) - Static method in class org.apache.commons.lang3.StringUtils
Deprecated.
As of 3.6, use Apache Commons Text FuzzyScore instead
getGmtTimeZone() - Static method in class org.apache.commons.lang3.time.FastTimeZone
Gets the GMT TimeZone.
getGmtTimeZone(String) - Static method in class org.apache.commons.lang3.time.FastTimeZone
Gets a TimeZone with GMT offsets.
getHostName() - Static method in class org.apache.commons.lang3.SystemUtils
Gets the host name from an environment variable (COMPUTERNAME on Windows, HOSTNAME elsewhere).
getHttpAgent() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpAuthDigestCnonceRepeat() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpAuthDigestReenabledAlgorithms() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpAuthDigestValidateProxy() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpAuthDigestValidateServer() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpAuthNtlmDomain() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpKeepAlive() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpKeepAliveTimeProxy() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpKeepAliveTimeServer() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpMaxConnections() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpMaxRedirects() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpNonProxyHosts() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpProxyHost() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpProxyPort() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpsProxyHost() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getHttpsProxyPort() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getIfBlank(T, Supplier<T>) - Static method in class org.apache.commons.lang3.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is whitespace, empty ("") or null, the value supplied by defaultStrSupplier.
getIfEmpty(T, Supplier<T>) - Static method in class org.apache.commons.lang3.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is empty or null, the value supplied by defaultStrSupplier.
getIfNull(T, Supplier<T>) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the given object is it is non-null, otherwise returns the Supplier's Supplier.get() value.
getIgnoredMatcher() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets the ignored character matcher.
getImplicitBounds(TypeVariable<?>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Gets an array containing the sole type of Object if TypeVariable.getBounds() returns an empty array.
getImplicitLowerBounds(WildcardType) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Gets an array containing a single value of null if WildcardType.getLowerBounds() returns an empty array.
getImplicitUpperBounds(WildcardType) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Gets an array containing the sole value of Object if WildcardType.getUpperBounds() returns an empty array.
getIncludeFieldNames() - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
Gets the includeFieldNames
getInitializer() - Method in class org.apache.commons.lang3.concurrent.AbstractConcurrentInitializer.AbstractBuilder
Gets the initializer supplier called by AbstractConcurrentInitializer.initialize().
getInitializer(String) - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
Returns the BackgroundInitializer with the given name.
getInstance() - Static method in class org.apache.commons.lang3.time.CalendarUtils
Creates a new instance based on the current time in the default time zone with the default Locale.Category.FORMAT locale.
getInstance() - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a formatter instance using the default pattern in the default locale.
getInstance(String) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a formatter instance using the specified pattern in the default locale.
getInstance(String...) - Static method in class org.apache.commons.lang3.CharSet
Factory method to create a new CharSet using a special syntax.
getInstance(String, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a formatter instance using the specified pattern and locale.
getInstance(String, TimeZone) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a formatter instance using the specified pattern and time zone.
getInstance(String, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a formatter instance using the specified pattern, time zone and locale.
getInt(String, IntSupplier) - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value for the property named key as an int.
getJaroWinklerDistance(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Deprecated.
As of 3.6, use Apache Commons Text JaroWinklerDistance instead
getJavaAwtFonts() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaAwtGraphicsenv() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaAwtHeadless() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaAwtPrinterjob() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaClassPath() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaClassVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaCompiler() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaContentHandlerPkgs() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaEndorsedDirs() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaExtDirs() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaHome() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaHome() - Static method in class org.apache.commons.lang3.SystemUtils
Gets the current Java home directory as a File.
getJavaIoTmpdir() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaIoTmpDir() - Static method in class org.apache.commons.lang3.SystemUtils
Gets the current Java IO temporary directory as a File.
getJavaLibraryPath() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaLocaleProviders() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaLocaleUseOldIsoCodes() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNetPreferIpv4Stack() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNetPreferIpv6Addresses() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNetSocksPassword() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNetSocksUserName() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNetUseSystemProxies() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNioChannelsDefaultThreadPoolInitialSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNioChannelsDefaultThreadPoolThreadFactory() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNioChannelsSpiAsynchronousChannelProvider() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNioChannelsSpiSelectorProvider() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaNioFileSpiDefaultFileSystemProvider() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaPropertiesDate() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaProtocolHandlerPkgs() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaRmiServerCodebase() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaRmiServerHostName() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaRmiServerRandomIds() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaRmiServerRmiClassLoaderSpi() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaRuntimeName() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaRuntimeVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaSecurityAuthLoginConfig() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaSecurityManager() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaSpecificationMaintenanceVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaSpecificationName() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaSpecificationVendor() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaSpecificationVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaSpecificationVersion(String) - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaSystemClassLoader() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaTimeZoneDefaultZoneRulesProvider() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilConcurrentForkJoinPoolCommonExceptionHandler() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilConcurrentForkJoinPoolCommonMaximumSpares() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilConcurrentForkJoinPoolCommonParallelism() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilConcurrentForkJoinPoolCommonThreadFactory() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilCurrencyData() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilLoggingConfigClass() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilLoggingConfigFile() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilLoggingSimpleFormatterFormat() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilPrefsPreferencesFactory() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaUtilPropertyResourceBundleEncoding() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVendor() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVendorUrl() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVendorVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVersionDate() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVmInfo() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVmName() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVmSpecificationName() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVmSpecificationVendor() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVmSpecificationVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVmVendor() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaVmVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaxAccessibilityAssistiveTechnologies() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaXmlConfigFile() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaxNetSslSessionCacheSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaxRmiSslClientEnabledCipherSuites() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaxRmiSslClientEnabledProtocols() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaxSecurityAuthUseSubjectCredsOnly() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJavaxSmartCardIoTerminalFactoryDefaultType() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdbcDrivers() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpAuthProxyingDisabledSchemes() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpAuthTunnelingDisabledSchemes() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientAllowRestrictedHeaders() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientAuthRetryLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientBufSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientConnectionPoolSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientConnectionWindowSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientDisableRetryConnect() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientEnableAllMethodRetry() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientEnablePush() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientHpackMaxHeaderTableSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientHttpClientLog() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientKeepAliveTimeout() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientKeepAliveTimeoutH2() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientMaxFrameSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientMaxStreams() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientReceiveBufferSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientRedirectsRetryLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientSendBufferSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientWebSocketWriteBufferSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpClientWindowSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpServerMaxConnections() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkHttpsNegotiateCbt() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkIncludeInExceptions() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkInternalHttpClientDisableHostNameVerification() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkIoPermissionsUseCanonicalPath() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkJndiLdapObjectFactoriesFilter() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkJndiObjectFactoriesFilter() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkJndiRmiObjectFactoriesFilter() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkModuleMain() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkModuleMainClass() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkModulePath() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkModuleUpgradePath() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkNetUnixDomainTmpDir() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkNetUrlClassPathShowIgnoredClassPathEntries() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkSerialFilter() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkSerialFilterFactory() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkTlsClientSignatureSchemes() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkTlsNamedGroups() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkTlsServerSignatureSchemes() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkVirtualThreadSchedulerMaxPoolSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkVirtualThreadSchedulerParallelism() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlCdataChunkSize() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlDtdSupport() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlElementAttributeLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlEnableExtensionFunctions() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlEntityExpansionLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlEntityReplacementLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlIsStandalone() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlJdkCatalogResolve() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlMaxElementDepth() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlMaxGeneralEntitySizeLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlMaxOccurLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlMaxParameterEntitySizeLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlMaxXmlNameLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlOverrideDefaultParser() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlResetSymbolTable() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlTotalEntitySizeLimit() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getJdkXmlXsltcIsStandalone() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getKey() - Method in class org.apache.commons.lang3.tuple.Pair
Gets the key from this pair.
getLabel() - Method in enum org.apache.commons.lang3.arch.Processor.Arch
Gets the label suitable for display.
getLabel() - Method in enum org.apache.commons.lang3.arch.Processor.Type
Gets the label suitable for display.
getLastAcquiresPerPeriod() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
Returns the number of (successful) acquire invocations during the last period.
getLeft() - Method in class org.apache.commons.lang3.builder.DiffResult
Returns the object the right object has been compared to.
getLeft() - Method in class org.apache.commons.lang3.tuple.ImmutablePair
Gets the left element from this pair.
getLeft() - Method in class org.apache.commons.lang3.tuple.ImmutableTriple
Gets the left element from this triple.
getLeft() - Method in class org.apache.commons.lang3.tuple.MutablePair
Gets the left element from this pair.
getLeft() - Method in class org.apache.commons.lang3.tuple.MutableTriple
Gets the left element from this triple.
getLeft() - Method in class org.apache.commons.lang3.tuple.Pair
Gets the left element from this pair.
getLeft() - Method in class org.apache.commons.lang3.tuple.Triple
Gets the left element from this triple.
getLength(Object) - Static method in class org.apache.commons.lang3.ArrayUtils
Returns the length of the specified array.
getLevenshteinDistance(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Deprecated.
As of 3.6, use Apache Commons Text LevenshteinDistance instead
getLevenshteinDistance(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
Deprecated.
As of 3.6, use Apache Commons Text LevenshteinDistance instead
getLimit() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
Returns the limit enforced by this semaphore.
getLineSeparator() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getLineSeparator(Supplier<String>) - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getListeners() - Method in class org.apache.commons.lang3.event.EventListenerSupport
Gets an array containing the currently registered listeners.
getLocale() - Method in interface org.apache.commons.lang3.time.DateParser
Gets the locale used by this parser.
getLocale() - Method in interface org.apache.commons.lang3.time.DatePrinter
Gets the locale used by this printer.
getLocale() - Method in class org.apache.commons.lang3.time.FastDateFormat
Gets the locale used by this formatter.
getLocale() - Method in class org.apache.commons.lang3.time.FastDateParser
 
getLocale() - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
getLock() - Method in class org.apache.commons.lang3.concurrent.locks.LockingVisitors.LockVisitor
Gets the lock.
getLong(String, LongSupplier) - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value for the property named key as a long.
getMatchingAccessibleConstructor(Class<T>, Class<?>...) - Static method in class org.apache.commons.lang3.reflect.ConstructorUtils
Finds an accessible constructor with compatible parameters.
getMatchingAccessibleMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets an accessible method that matches the given name and has compatible parameters.
getMatchingMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets a method whether or not it's accessible.
getMaximum() - Method in class org.apache.commons.lang3.Range
Gets the maximum value in this range.
getMaxLengthEstimate() - Method in class org.apache.commons.lang3.time.FastDateFormat
Gets an estimate for the maximum string length that the formatter will produce.
getMaxLengthEstimate() - Method in class org.apache.commons.lang3.time.FastDatePrinter
Gets an estimate for the maximum string length that the formatter will produce.
getMessage() - Method in exception org.apache.commons.lang3.exception.ContextedException
Provides the message explaining the exception, including the contextual data.
getMessage() - Method in exception org.apache.commons.lang3.exception.ContextedRuntimeException
Provides the message explaining the exception, including the contextual data.
getMessage() - Method in class org.apache.commons.lang3.time.StopWatch
Gets the message for string presentation.
getMessage(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Gets a short message summarizing the exception.
getMethodObject(Class<?>, String, Class<?>...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets a Method or null if a documented exception is thrown.
getMethodsListWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets all class level public methods of the given class that are annotated with the given annotation.
getMethodsListWithAnnotation(Class<?>, Class<? extends Annotation>, boolean, boolean) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets all methods of the given class that are annotated with the given annotation.
getMethodsWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets all class level public methods of the given class that are annotated with the given annotation.
getMethodsWithAnnotation(Class<?>, Class<? extends Annotation>, boolean, boolean) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets all methods of the given class that are annotated with the given annotation.
getMiddle() - Method in class org.apache.commons.lang3.tuple.ImmutableTriple
Gets the middle element from this triple.
getMiddle() - Method in class org.apache.commons.lang3.tuple.MutableTriple
Gets the middle element from this triple.
getMiddle() - Method in class org.apache.commons.lang3.tuple.Triple
Gets the middle element from this triple.
getMinimum() - Method in class org.apache.commons.lang3.Range
Gets the minimum value in this range.
getMonth() - Method in class org.apache.commons.lang3.time.CalendarUtils
Gets the current month.
getName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Null-safe version of cls.getName()
getName(Class<?>, String) - Static method in class org.apache.commons.lang3.ClassUtils
Null-safe version of cls.getName()
getName(Object) - Static method in class org.apache.commons.lang3.ClassUtils
Null-safe version of object.getClass().getName()
getName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
Null-safe version of object.getClass().getSimpleName()
getNamingPattern() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
Gets the naming pattern for naming newly created threads.
getNanosOfMiili(Duration) - Static method in class org.apache.commons.lang3.time.DurationUtils
getNanosOfMilli(Duration) - Static method in class org.apache.commons.lang3.time.DurationUtils
Gets the nanosecond part of a Duration converted to milliseconds.
getNanoTime() - Method in class org.apache.commons.lang3.time.StopWatch
Gets the elapsed time in nanoseconds.
getNativeEncoding() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getNetworkAddressCacheNegativeTtl() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getNetworkAddressCacheStaleTtl() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getNetworkAddressCacheTtl() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getNewLineText() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Gets the text to be appended when a new line is added.
getNullText() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the text to output when null found.
getNullText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the text to output when null found.
getNullText() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Gets the text to be appended when null is added.
getNumberOfDiffs() - Method in class org.apache.commons.lang3.builder.DiffResult
Returns the number of differences between the two objects.
getNumerator() - Method in class org.apache.commons.lang3.math.Fraction
Gets the numerator part of the fraction.
getObject() - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Returns the Object being output.
getObject() - Method in class org.apache.commons.lang3.concurrent.ConstantInitializer
Directly returns the object that was passed to the constructor.
getObject() - Method in class org.apache.commons.lang3.concurrent.locks.LockingVisitors.LockVisitor
Gets the guarded object.
getOpeningInterval() - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Returns the interval (in nanoseconds) for checking for the opening threshold.
getOpeningThreshold() - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Returns the threshold value for opening the circuit breaker.
getOrgJcpXmlDsigSecureValidation() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getOrgOpenJdkJavaUtilStreamTripwire() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getOsArch() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getOsName() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getOsVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getOverrideHierarchy(Method, ClassUtils.Interfaces) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
Gets the hierarchy of overridden methods down to result respecting generics.
getPackageCanonicalName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the package name from the canonical name of a Class.
getPackageCanonicalName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the package name from the class name of an Object.
getPackageCanonicalName(String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the package name from the class name.
getPackageName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the package name of a Class.
getPackageName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the package name of an Object.
getPackageName(String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the package name from a String.
getParser() - Method in class org.apache.commons.lang3.text.CompositeFormat
Deprecated.
Provides access to the parser Format implementation.
getPathSeparator() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getPattern() - Method in interface org.apache.commons.lang3.time.DateParser
Gets the pattern used by this parser.
getPattern() - Method in interface org.apache.commons.lang3.time.DatePrinter
Gets the pattern used by this printer.
getPattern() - Method in class org.apache.commons.lang3.time.FastDateFormat
Gets the pattern used by this formatter.
getPattern() - Method in class org.apache.commons.lang3.time.FastDateParser
 
getPattern() - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
getPeriod() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
Returns the time period.
getPriority() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
Gets the priority of the threads created by this factory.
getProcessor() - Static method in class org.apache.commons.lang3.ArchUtils
Gets a Processor object of the current JVM.
getProcessor(String) - Static method in class org.apache.commons.lang3.ArchUtils
Gets a Processor object the given value String.
getProperNumerator() - Method in class org.apache.commons.lang3.math.Fraction
Gets the proper numerator, always positive.
getProperty(String) - Static method in class org.apache.commons.lang3.SystemProperties
Gets a System property, defaulting to null if the property cannot be read.
getProperWhole() - Method in class org.apache.commons.lang3.math.Fraction
Gets the proper whole part of the fraction.
getPublicMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.commons.lang3.ClassUtils
Returns the desired Method much like Class.getMethod, however it ensures that the returned Method is from a public class or interface and not from an anonymous inner class.
getQuoteMatcher() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets the quote matcher currently in use.
getRawMessage() - Method in exception org.apache.commons.lang3.exception.ContextedException
Provides the message explaining the exception without the contextual data.
getRawMessage() - Method in exception org.apache.commons.lang3.exception.ContextedRuntimeException
Provides the message explaining the exception without the contextual data.
getRawType(Type, Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Gets the raw type of a Java type, given its context.
getRawValue(int) - Method in class org.apache.commons.lang3.BitField
Obtains the value for the specified BitField, unshifted.
getReducedFraction(int, int) - Static method in class org.apache.commons.lang3.math.Fraction
Creates a reduced Fraction instance with the 2 parts of a fraction Y/Z.
getRegistry() - Static method in class org.apache.commons.lang3.builder.ToStringStyle
Returns the registry of objects being traversed by the reflectionToString methods in the current thread.
getResultObject(String) - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
Returns the result object produced by the BackgroundInitializer with the given name.
getRight() - Method in class org.apache.commons.lang3.builder.DiffResult
Returns the object the left object has been compared to.
getRight() - Method in class org.apache.commons.lang3.tuple.ImmutablePair
Gets the right element from this pair.
getRight() - Method in class org.apache.commons.lang3.tuple.ImmutableTriple
Gets the right element from this triple.
getRight() - Method in class org.apache.commons.lang3.tuple.MutablePair
Gets the right element from this pair.
getRight() - Method in class org.apache.commons.lang3.tuple.MutableTriple
Gets the right element from this triple.
getRight() - Method in class org.apache.commons.lang3.tuple.Pair
Gets the right element from this pair.
getRight() - Method in class org.apache.commons.lang3.tuple.Triple
Gets the right element from this triple.
getRootCause(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Walks the Throwable to obtain its root cause.
getRootCauseMessage(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Gets a short message summarizing the root cause exception.
getRootCauseStackTrace(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Gets a compact stack trace for the root cause of the supplied Throwable.
getRootCauseStackTraceList(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Gets a compact stack trace for the root cause of the supplied Throwable.
getShortCanonicalName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the canonical name minus the package name from a Class.
getShortCanonicalName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the canonical name minus the package name for an Object.
getShortCanonicalName(String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the canonical name minus the package name from a String.
getShortClassName(Class<?>) - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the short class name for a class.
getShortClassName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the class name minus the package name from a Class.
getShortClassName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the class name of the object without the package name or names.
getShortClassName(String) - Static method in class org.apache.commons.lang3.ClassUtils
Gets the class name minus the package name from a String.
getShortRawValue(short) - Method in class org.apache.commons.lang3.BitField
Obtains the value for the specified BitField, unshifted.
getShortValue(short) - Method in class org.apache.commons.lang3.BitField
Obtains the value for the specified BitField, appropriately shifted right, as a short.
getSimpleName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Null-safe version of cls.getSimpleName()
getSimpleName(Class<?>, String) - Static method in class org.apache.commons.lang3.ClassUtils
Null-safe version of cls.getSimpleName()
getSimpleName(Object) - Static method in class org.apache.commons.lang3.ClassUtils
Null-safe version of object.getClass().getSimpleName()
getSimpleName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
Null-safe version of object.getClass().getSimpleName()
getSizeEndText() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the end text to output when a Collection, Map or Array size is output.
getSizeEndText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the end text to output when a Collection, Map or array size is output.
getSizeStartText() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the text to output when a Collection, Map or Array size is output.
getSizeStartText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the start text to output when a Collection, Map or array size is output.
getSocksProxyHost() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSocksProxyPort() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSocksProxyVersion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSplitDuration() - Method in class org.apache.commons.lang3.time.StopWatch
Gets the split Duration on the StopWatch.
getSplitNanoTime() - Method in class org.apache.commons.lang3.time.StopWatch
Gets the split time in nanoseconds.
getSplitTime() - Method in class org.apache.commons.lang3.time.StopWatch
getStackFrames(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Gets the stack trace associated with the specified Throwable object, decomposing it into a list of stack frames.
getStackTrace(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Gets the stack trace from a Throwable as a String.
getStartInstant() - Method in class org.apache.commons.lang3.time.StopWatch
Gets the Instant this StopWatch was started, between the current time and midnight, January 1, 1970 UTC.
getStartTime() - Method in class org.apache.commons.lang3.time.StopWatch
Deprecated.
getStdErrEncoding() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getStdOutEncoding() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getStopInstant() - Method in class org.apache.commons.lang3.time.StopWatch
Gets the Instant this StopWatch was stopped, between the current time and midnight, January 1, 1970 UTC.
getStopTime() - Method in class org.apache.commons.lang3.time.StopWatch
Deprecated.
getStringBuffer() - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Gets the StringBuffer being populated.
getStyle() - Method in class org.apache.commons.lang3.builder.ToStringBuilder
Gets the ToStringStyle being used.
getSummaryObjectEndText() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the end text to output when an Object is output in summary mode.
getSummaryObjectEndText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the end text to output when an Object is output in summary mode.
getSummaryObjectStartText() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
Gets the start text to output when an Object is output in summary mode.
getSummaryObjectStartText() - Method in class org.apache.commons.lang3.builder.ToStringStyle
Gets the start text to output when an Object is output in summary mode.
getSunNetHttpServerDrainAmount() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSunNetHttpServerIdleInterval() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSunNetHttpServerMaxIdleConnections() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSunNetHttpServerMaxReqHeaders() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSunNetHttpServerMaxReqTime() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSunNetHttpServerMaxRspTime() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSunNetHttpServerNoDelay() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSunSecurityKrb5Principal() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getSystemThreadGroup() - Static method in class org.apache.commons.lang3.ThreadUtils
Gets the system thread group (sometimes also referred as "root thread group").
getSystemURLs() - Static method in class org.apache.commons.lang3.ClassLoaderUtils
Gets the system class loader's URLs, if any.
getTaskCount() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
Returns the number of background tasks to be created for this initializer.
getTaskCount() - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer
Returns the number of tasks needed for executing all child BackgroundInitializer objects in parallel.
getThreadCount() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
Gets the number of threads this factory has already created.
getThreadURLs() - Static method in class org.apache.commons.lang3.ClassLoaderUtils
Gets the current thread's context class loader's URLs, if any.
getThreshold() - Method in class org.apache.commons.lang3.concurrent.ThresholdCircuitBreaker
Gets the threshold.
getThrowableCount(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Gets a count of the number of Throwable objects in the exception chain.
getThrowableList(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Gets the list of Throwable objects in the exception chain.
getThrowables(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Gets the list of Throwable objects in the exception chain.
getTime() - Method in class org.apache.commons.lang3.time.StopWatch
Deprecated.
getTime(TimeUnit) - Method in class org.apache.commons.lang3.time.StopWatch
Gets the time in the specified TimeUnit.
getTimeInstance(int) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a time formatter instance using the specified style in the default time zone and locale.
getTimeInstance(int, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a time formatter instance using the specified style and locale in the default time zone.
getTimeInstance(int, TimeZone) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a time formatter instance using the specified style and time zone in the default locale.
getTimeInstance(int, TimeZone, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
Gets a time formatter instance using the specified style, time zone and locale.
getTimeZone() - Method in interface org.apache.commons.lang3.time.DateParser
Gets the time zone used by this parser.
getTimeZone() - Method in interface org.apache.commons.lang3.time.DatePrinter
Gets the time zone used by this printer.
getTimeZone() - Method in class org.apache.commons.lang3.time.FastDateFormat
Gets the time zone used by this formatter.
getTimeZone() - Method in class org.apache.commons.lang3.time.FastDateParser
 
getTimeZone() - Method in class org.apache.commons.lang3.time.FastDatePrinter
 
getTimeZone(String) - Static method in class org.apache.commons.lang3.time.FastTimeZone
Gets a TimeZone, looking first for GMT custom ids, then falling back to Olson ids.
getTokenArray() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets a copy of the full token list as an independent modifiable array.
getTokenList() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets a copy of the full token list as an independent modifiable list.
getToStringStyle() - Method in class org.apache.commons.lang3.builder.DiffResult
Returns the style used by the DiffResult.toString() method.
getTrimmerMatcher() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets the trimmer character matcher.
getTSVInstance() - Static method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Tab Separated Value strings.
getTSVInstance(char[]) - Static method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Tab Separated Value strings.
getTSVInstance(String) - Static method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Tab Separated Value strings.
getType() - Method in class org.apache.commons.lang3.arch.Processor
Gets the processor type as Processor.Type enum.
getType() - Method in class org.apache.commons.lang3.builder.Diff
Deprecated.
Unused, will be removed in 4.0.0.
getType() - Method in interface org.apache.commons.lang3.reflect.Typed
Gets the Type represented by this entity.
getType() - Method in class org.apache.commons.lang3.reflect.TypeLiteral
 
getTypeArguments(ParameterizedType) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Gets all the type arguments for this parameterized type including owner hierarchy arguments such as Outer<K, V>.Inner<T>.DeepInner<E> .
getTypeArguments(Type, Class<?>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
Gets the type arguments of a class/interface based on a subtype.
getTypedException(Exception) - Method in class org.apache.commons.lang3.concurrent.AbstractConcurrentInitializer
Gets an Exception with a type of E as defined by a concrete subclass of this class.
getTypedException(Exception) - Method in class org.apache.commons.lang3.concurrent.AtomicInitializer
Gets an Exception with a type of E as defined by a concrete subclass of this class.
getTypedException(Exception) - Method in class org.apache.commons.lang3.concurrent.AtomicSafeInitializer
Gets an Exception with a type of E as defined by a concrete subclass of this class.
getTypedException(Exception) - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
Gets an Exception with a type of E as defined by a concrete subclass of this class.
getTypedException(Exception) - Method in class org.apache.commons.lang3.concurrent.CallableBackgroundInitializer
Gets an Exception with a type of E as defined by a concrete subclass of this class.
getTypedException(Exception) - Method in class org.apache.commons.lang3.concurrent.LazyInitializer
Gets an Exception with a type of E as defined by a concrete subclass of this class.
getUncaughtExceptionHandler() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
Gets the Thread.UncaughtExceptionHandler for the threads created by this factory.
getUnit() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
Returns the time unit.
getUpToClass() - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
Gets the last super class to stop appending fields for.
getUserCountry() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserDir() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserDir() - Static method in class org.apache.commons.lang3.SystemUtils
Gets the current user directory as a File.
getUserExtensions() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserHome() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserHome() - Static method in class org.apache.commons.lang3.SystemUtils
Gets the current user home directory as a File.
getUserLanguage() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserName() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserName() - Static method in class org.apache.commons.lang3.SystemUtils
getUserName(String) - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserName(String) - Static method in class org.apache.commons.lang3.SystemUtils
getUserRegion() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserScript() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserTimezone() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getUserVariant() - Static method in class org.apache.commons.lang3.SystemProperties
Gets the current value from the system properties map.
getValue() - Method in interface org.apache.commons.lang3.mutable.Mutable
Gets the value of this mutable.
getValue() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
Gets the value as a Boolean instance.
getValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
Gets the value as a Byte instance.
getValue() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Gets the value as a Double instance.
getValue() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Gets the value as a Float instance.
getValue() - Method in class org.apache.commons.lang3.mutable.MutableInt
Gets the value as a Integer instance.
getValue() - Method in class org.apache.commons.lang3.mutable.MutableLong
Gets the value as a Long instance.
getValue() - Method in class org.apache.commons.lang3.mutable.MutableObject
Gets the value.
getValue() - Method in class org.apache.commons.lang3.mutable.MutableShort
Gets the value as a Short instance.
getValue() - Method in class org.apache.commons.lang3.tuple.Pair
Gets the value from this pair.
getValue(int) - Method in class org.apache.commons.lang3.BitField
Obtains the value for the specified BitField, appropriately shifted right.
getValue(Field) - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
Calls java.lang.reflect.Field.get(Object).
getValueDelimiterMatcher() - Method in class org.apache.commons.lang3.text.StrSubstitutor
Deprecated.
Gets the variable default value delimiter matcher currently in use.
getVariablePrefixMatcher() - Method in class org.apache.commons.lang3.text.StrSubstitutor
Deprecated.
Gets the variable prefix matcher currently in use.
getVariableResolver() - Method in class org.apache.commons.lang3.text.StrSubstitutor
Deprecated.
Gets the VariableResolver that is used to lookup variables.
getVariableSuffixMatcher() - Method in class org.apache.commons.lang3.text.StrSubstitutor
Deprecated.
Gets the variable suffix matcher currently in use.
getWrappedFactory() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
Gets the wrapped ThreadFactory.
getYear() - Method in class org.apache.commons.lang3.time.CalendarUtils
Gets the current year.
GMT - Static variable in class org.apache.commons.lang3.time.TimeZones
The GMT time zone.
GMT_ID - Static variable in class org.apache.commons.lang3.time.TimeZones
A public version of TimeZone's package private GMT_ID field.
greaterThan(A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
Checks if the object passed to ComparableUtils.is(A) is greater than b
greaterThanOrEqualTo(A) - Method in class org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder
Checks if the object passed to ComparableUtils.is(A) is greater than or equal to b
gt(A) - Static method in class org.apache.commons.lang3.compare.ComparableUtils
Checks if the tested object is greater than b

H

handle(Throwable) - Method in class org.apache.commons.lang3.event.EventListenerSupport.ProxyInvocationHandler
Handles an exception thrown by a listener.
handleCause(ExecutionException) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
Handles the specified ExecutionException.
handleCauseUnchecked(ExecutionException) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
Handles the specified ExecutionException and transforms it into a runtime exception.
hasCause(Throwable, Class<? extends Throwable>) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
Tests if the throwable's causal chain have an immediate or wrapped exception of the given type?
hashCode() - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
The computed hashCode from toHashCode() is returned due to the likelihood of bugs in mis-calling toHashCode() and the unlikeliness of it mattering what the hashCode for HashCodeBuilder itself is.
hashCode() - Method in class org.apache.commons.lang3.CharSet
Gets a hash code compatible with the equals method.
hashCode() - Method in class org.apache.commons.lang3.concurrent.ConstantInitializer
Returns a hash code for this object.
hashCode() - Method in class org.apache.commons.lang3.math.Fraction
Gets a hashCode for the fraction.
hashCode() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
Returns a suitable hash code for this mutable.
hashCode() - Method in class org.apache.commons.lang3.mutable.MutableByte
Returns a suitable hash code for this mutable.
hashCode() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Returns a suitable hash code for this mutable.
hashCode() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Returns a suitable hash code for this mutable.
hashCode() - Method in class org.apache.commons.lang3.mutable.MutableInt
Returns a suitable hash code for this mutable.
hashCode() - Method in class org.apache.commons.lang3.mutable.MutableLong
Returns a suitable hash code for this mutable.
hashCode() - Method in class org.apache.commons.lang3.mutable.MutableObject
Returns the value's hash code or 0 if the value is null.
hashCode() - Method in class org.apache.commons.lang3.mutable.MutableShort
Returns a suitable hash code for this mutable.
hashCode() - Method in class org.apache.commons.lang3.Range
Gets a suitable hash code for the range.
hashCode() - Method in class org.apache.commons.lang3.reflect.TypeLiteral
 
hashCode() - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
Deprecated.
hashCode() - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Gets a suitable hash code for this builder.
hashCode() - Method in class org.apache.commons.lang3.time.FastDateFormat
Returns a hash code compatible with equals.
hashCode() - Method in class org.apache.commons.lang3.time.FastDateParser
Returns a hash code compatible with equals.
hashCode() - Method in class org.apache.commons.lang3.time.FastDatePrinter
Returns a hash code compatible with equals.
hashCode() - Method in class org.apache.commons.lang3.tuple.Pair
Returns a suitable hash code.
hashCode() - Method in class org.apache.commons.lang3.tuple.Triple
Returns a suitable hash code.
hashCode() - Method in class org.apache.commons.lang3.util.FluentBitSet
 
hashCode(Annotation) - Static method in class org.apache.commons.lang3.AnnotationUtils
Generate a hash code for the given annotation using the algorithm presented in the Annotation.hashCode() API docs.
hashCode(Object) - Static method in class org.apache.commons.lang3.ArrayUtils
Gets a hash code for an array handling multidimensional arrays correctly.
hashCode(Object) - Static method in class org.apache.commons.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.hashCode(Object) in Java 7 and will be removed in future releases
HashCodeBuilder - Class in org.apache.commons.lang3.builder
Assists in implementing Object.hashCode() methods.
HashCodeBuilder() - Constructor for class org.apache.commons.lang3.builder.HashCodeBuilder
Uses two hard coded choices for the constants needed to build a hashCode.
HashCodeBuilder(int, int) - Constructor for class org.apache.commons.lang3.builder.HashCodeBuilder
Two randomly chosen, odd numbers must be passed in.
HashCodeExclude - Annotation Type in org.apache.commons.lang3.builder
Exclude a field from being used by the various reflectionHashcode methods defined on HashCodeBuilder.
hashCodeHex(Object) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the hexadecimal hash code for the given object per Objects.hashCode(Object).
hashCodeMulti(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.hash(Object...) in Java 7 and will be removed in future releases.
hasNext() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Checks whether there are any more tokens.
hasPrevious() - Method in class org.apache.commons.lang3.text.StrTokenizer
Deprecated.
Checks whether there are any previous tokens that can be iterated to.
hex(int) - Static method in class org.apache.commons.lang3.text.translate.CharSequenceTranslator
Deprecated.
Returns an upper case hexadecimal String for the given character.
hexDigitMsb0ToBinary(char) - Static method in class org.apache.commons.lang3.Conversion
Converts a hexadecimal digit into binary (represented as boolean array) using the Msb0 bit ordering.
hexDigitMsb0ToInt(char) - Static method in class org.apache.commons.lang3.Conversion
Converts a hexadecimal digit into an int using the Msb0 bit ordering.
hexDigitToBinary(char) - Static method in class org.apache.commons.lang3.Conversion
Converts a hexadecimal digit into binary (represented as boolean array) using the default (Lsb0) bit ordering.
hexDigitToInt(char) - Static method in class org.apache.commons.lang3.Conversion
Converts a hexadecimal digit into an int using the default (Lsb0) bit ordering.
hexToByte(String, int, byte, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts a hexadecimal string into a byte using the default (little-endian, Lsb0) byte and bit ordering.
hexToInt(String, int, int, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts an array of Char into an int using the default (little-endian, Lsb0) byte and bit ordering.
hexToLong(String, int, long, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts an array of Char into a long using the default (little-endian, Lsb0) byte and bit ordering.
hexToShort(String, int, short, int, int) - Static method in class org.apache.commons.lang3.Conversion
Converts an array of Char into a short using the default (little-endian, Lsb0) byte and bit ordering.
hierarchy(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
Gets an Iterable that can iterate over a class hierarchy in ascending (subclass to superclass) order, excluding interfaces.
hierarchy(Class<?>, ClassUtils.Interfaces) - Static method in class org.apache.commons.lang3.ClassUtils
Gets an Iterable that can iterate over a class hierarchy in ascending (subclass to superclass) order.
HTML40_EXTENDED_ESCAPE() - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
Deprecated.
Mapping to escape additional character entity references.
HTML40_EXTENDED_UNESCAPE() - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
Deprecated.
Reverse of EntityArrays.HTML40_EXTENDED_ESCAPE() for unescaping purposes.
HTTP_AGENT - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.agent".
HTTP_AUTH_DIGEST_CNONCE_REPEAT - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.auth.digest.cnonceRepeat".
HTTP_AUTH_DIGEST_RE_ENABLED_ALGORITHMS - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.auth.digest.reEnabledAlgorithms".
HTTP_AUTH_DIGEST_VALIDATE_PROXY - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.auth.digest.validateProxy".
HTTP_AUTH_DIGEST_VALIDATE_SERVER - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.auth.digest.validateServer".
HTTP_AUTH_NTLM_DOMAIN - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.auth.ntlm.domain".
HTTP_KEEP_ALIVE - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.keepAlive".
HTTP_KEEP_ALIVE_TIME_PROXY - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.keepAlive.time.proxy".
HTTP_KEEP_ALIVE_TIME_SERVER - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.keepAlive.time.server".
HTTP_MAX_CONNECTIONS - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.maxConnections".
HTTP_MAX_REDIRECTS - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.maxRedirects".
HTTP_NON_PROXY_HOSTS - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.nonProxyHosts".
HTTP_PROXY_HOST - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.proxyHost".
HTTP_PROXY_PORT - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "http.proxyPort".
HTTPS_PROXY_HOST - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "https.proxyHost".
HTTPS_PROXY_PORT - Static variable in class org.apache.commons.lang3.SystemProperties
The System property name "https.proxyPort".

I

IA_64 - Enum constant in enum org.apache.commons.lang3.arch.Processor.Type
Intel Itanium 64-bit architecture.
identity() - Static method in interface org.apache.commons.lang3.function.FailableDoubleUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface org.apache.commons.lang3.function.FailableFunction
Returns a function that always returns its input argument.
identity() - Static method in interface org.apache.commons.lang3.function.FailableIntUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface org.apache.commons.lang3.function.FailableLongUnaryOperator
Returns a unary operator that always returns its input argument.
identityHashCodeHex(Object) - Static method in class org.apache.commons.lang3.ObjectUtils
Returns the hexadecimal hash code for the given object per System.identityHashCode(Object).
identityToString(Appendable, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(Object) - Static method in class org.apache.commons.lang3.ObjectUtils
Gets the toString that would be produced by Object if a class did not override toString itself.
identityToString(StringBuffer, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(StringBuilder, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(StrBuilder, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
Deprecated.
as of 3.6, because StrBuilder was moved to commons-text, use one of the other identityToString methods instead
IEEE754rUtils - Class in org.apache.commons.lang3.math
Provides IEEE-754r variants of NumberUtils methods.
IEEE754rUtils() - Constructor for class org.apache.commons.lang3.math.IEEE754rUtils
Deprecated.
TODO Make private in 4.0.
ImmutablePair<L,R> - Class in org.apache.commons.lang3.tuple
An immutable pair consisting of two Object elements.
ImmutablePair(L, R) - Constructor for class org.apache.commons.lang3.tuple.ImmutablePair
Create a new pair instance.
ImmutableTriple<L,M,R> - Class in org.apache.commons.lang3.tuple
An immutable triple consisting of three Object elements.
ImmutableTriple(L, M, R) - Constructor for class org.apache.commons.lang3.tuple.ImmutableTriple
Create a new triple instance.
INCLUDE - Enum constant in enum org.apache.commons.lang3.ClassUtils.Interfaces
Includes interfaces.
includeFieldNames - Variable in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
Field names that will be included in the output.
inclusiveBetween(double, double, double) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception.
inclusiveBetween(double, double, double, String) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception with the specified message.
inclusiveBetween(long, long, long) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception.
inclusiveBetween(long, long, long, String) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception with the specified message.
inclusiveBetween(T, T, Comparable<T>) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception.
inclusiveBetween(T, T, Comparable<T>, String, Object...) - Static method in class org.apache.commons.lang3.Validate
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception with the specified message.
inContainer() - Static method in class org.apache.commons.lang3.RuntimeEnvironment
Tests whether we are running in a container like Docker or Podman.
increment() - Method in class org.apache.commons.lang3.mutable.MutableByte
Increments the value.
increment() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Increments the value.
increment() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Increments the value.
increment() - Method in class org.apache.commons.lang3.mutable.MutableInt
Increments the value.
increment() - Method in class org.apache.commons.lang3.mutable.MutableLong
Increments the value.
increment() - Method in class org.apache.commons.lang3.mutable.MutableShort
Increments the value.
incrementAndCheckState() - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Increments the monitored value by 1 and performs a check of the current state of this circuit breaker.
incrementAndCheckState(Integer) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
Increments the monitored value and performs a check of the current state of this circuit breaker.
incrementAndCheckState(Long) - Method in class org.apache.commons.lang3.concurrent.ThresholdCircuitBreaker
Increments the monitored value and performs a check of the current state of this circuit breaker.
incrementAndCheckState(T) - Method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
Increments the monitored value and performs a check of the current state of this circuit breaker.
incrementAndCheckState(T) - Method in interface org.apache.commons.lang3.concurrent.CircuitBreaker
Increments the monitored value and performs a check of the current state of this circuit breaker.
incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableByte
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableDouble
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableFloat
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableInt
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableLong
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
incrementAndGet() - Method in class org.apache.commons.lang3.mutable.MutableShort
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
INDEX_NOT_FOUND - Static variable in class org.apache.commons.lang3.ArrayUtils
The index value when an element is not found in a list or array: -1.
INDEX_NOT_FOUND - Static variable in class org.apache.commons.lang3.StringUtils
Represents a failed index search.
indexesOf(boolean[], boolean) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array.
indexesOf(boolean[], boolean, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array starting at the given index.
indexesOf(byte[], byte) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array.
indexesOf(byte[], byte, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array starting at the given index.
indexesOf(char[], char) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array.
indexesOf(char[], char, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array starting at the given index.
indexesOf(double[], double) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array.
indexesOf(double[], double, double) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value within a given tolerance in the array.
indexesOf(double[], double, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array starting at the given index.
indexesOf(double[], double, int, double) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array starting at the given index.
indexesOf(float[], float) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array.
indexesOf(float[], float, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array starting at the given index.
indexesOf(int[], int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array.
indexesOf(int[], int, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array starting at the given index.
indexesOf(long[], long) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array.
indexesOf(long[], long, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array starting at the given index.
indexesOf(short[], short) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array.
indexesOf(short[], short, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given value in the array starting at the given index.
indexesOf(Object[], Object) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given object in the array.
indexesOf(Object[], Object, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the indices of the given object in the array starting at the given index.
indexOf(boolean[], boolean) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(boolean[], boolean, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(byte[], byte) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(byte[], byte, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(char) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the first reference to the specified char.
indexOf(char[], char) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(char[], char, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(char, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the first reference to the specified char.
indexOf(double[], double) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(double[], double, double) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value within a given tolerance in the array.
indexOf(double[], double, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double, int, double) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(float[], float) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(float[], float, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(int[], int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(int[], int, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(long[], long) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(long[], long, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(short[], short) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(short[], short, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
Returns the index within seq of the first occurrence of the specified character.
indexOf(CharSequence, int, int) - Static method in class org.apache.commons.lang3.StringUtils
Returns the index within seq of the first occurrence of the specified character, starting the search at the specified index.
indexOf(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Finds the first index within a CharSequence, handling null.
indexOf(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
Finds the first index within a CharSequence, handling null.
indexOf(Object[], Object) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given object in the array.
indexOf(Object[], Object, int) - Static method in class org.apache.commons.lang3.ArrayUtils
Finds the index of the given object in the array starting at the given index.
indexOf(String) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the first reference to the specified string.
indexOf(String, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the first reference to the specified string starting searching from the given index.
indexOf(StrMatcher) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Searches the string builder using the matcher to find the first match.
indexOf(StrMatcher, int) - Method in class org.apache.commons.lang3.text.StrBuilder
Deprecated.
Searches the string builder using the matcher to find the first match searching from the given index.
indexOfAny(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
Search a CharSequence to find the first index of any character in the given set of characters.
indexOfAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
Find the first index of any of a set of potential substrings.
indexOfAny(CharSequence, String) - Static method in class org.apache.commons.lang3.StringUtils
Search a CharSequence to find the first index of any character in the given set of characters.
indexOfAnyBut(CharSequence, char...) - Static method in class org.apache.commons.lang3.StringUtils
Searches a CharSequence to find the first index of any character not in the given set of characters.
indexOfAnyBut(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
Search a CharSequence to find the first index of any character not in the given set of characters.
indexOfDifference(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
Compares all CharSequences in an array and returns the index at which the CharSequences begin to differ.
indexOfDifference(CharSequence, CharSequence) - Static method in class