- 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.
- ABBREVIATED_YEAR_STRATEGY - Static variable in class org.apache.commons.lang3.time.FastDateParser
-
- 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.
- abbreviationMap - Static variable in class org.apache.commons.lang3.ClassUtils
-
Maps a primitive class name to its corresponding abbreviation used in array class names.
- above(int) - Static method in class org.apache.commons.lang3.text.translate.JavaUnicodeEscaper
-
Deprecated.
Constructs a JavaUnicodeEscaper
above the specified value (exclusive).
- above - Variable in class org.apache.commons.lang3.text.translate.NumericEntityEscaper
-
Deprecated.
- above(int) - Static method in class org.apache.commons.lang3.text.translate.NumericEntityEscaper
-
Deprecated.
Constructs a NumericEntityEscaper
above the specified value (exclusive).
- above - Variable in class org.apache.commons.lang3.text.translate.UnicodeEscaper
-
Deprecated.
- 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.
- AbstractCircuitBreaker<T> - Class in org.apache.commons.lang3.concurrent
-
Base class for circuit breakers.
- AbstractCircuitBreaker() - Constructor for class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
-
Creates an AbstractCircuitBreaker
.
- AbstractCircuitBreaker.State - Enum in org.apache.commons.lang3.concurrent
-
An internal enumeration representing the different states of a circuit
breaker.
- 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.ReflectionDiffBuilder
-
- accept(Field) - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
Returns whether or not to append the given Field
.
- ACCESS_TEST - Static variable in class org.apache.commons.lang3.reflect.MemberUtils
-
- acquire() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
Acquires a permit from this semaphore.
- acquireCount - Variable in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
The current counter.
- acquirePermit() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
Internal helper method for acquiring a permit.
- 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.
- 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(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(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(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(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(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(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[], 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(T[], int, T) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- add(boolean[], int, boolean) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- add(char[], int, char) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- add(byte[], int, byte) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- add(short[], int, short) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- add(int[], int, int) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- add(long[], int, long) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- add(float[], int, float) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- add(double[], int, double) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- add(Object, int, Object, Class<?>) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Underlying implementation of add(array, index, element) methods.
- add(String) - Method in class org.apache.commons.lang3.CharSet
-
Add a set definition string to the CharSet
.
- 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(byte) - 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.MutableByte
-
Adds a value to the value of this instance.
- add(double) - 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.MutableDouble
-
Adds a value to the value of this instance.
- add(float) - 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.MutableFloat
-
Adds a value to the value of this instance.
- add(int) - 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.MutableInt
-
Adds a value to the value of this instance.
- add(long) - 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.MutableLong
-
Adds a value to the value of this instance.
- add(short) - Method in class org.apache.commons.lang3.mutable.MutableShort
-
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.text.StrTokenizer
-
Deprecated.
Unsupported ListIterator operation.
- add(Date, int, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Adds to a date returning a new object.
- addAll(T[], T...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Adds all the elements of the given arrays into a 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(char[], char...) - 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(short[], short...) - 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(float[], float...) - 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.
- addAndCheck(int, int) - Static method in class org.apache.commons.lang3.math.Fraction
-
Add two integers, checking for overflow.
- 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(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(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(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(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(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(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(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(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(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(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.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.
- 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.
- addProcessor(String, Processor) - Static method in class org.apache.commons.lang3.ArchUtils
-
Adds the given
Processor
with the given key
String
to the map.
- addProcessors(Processor, String...) - Static method in class org.apache.commons.lang3.ArchUtils
-
Adds the given
Processor
with the given keys to the map.
- 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.
- addSub(Fraction, boolean) - Method in class org.apache.commons.lang3.math.Fraction
-
Implement add and subtract using algorithm described in Knuth 4.5.1.
- addToken(List<String>, String) - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Adds a token to a list, paying attention to the parameters we've set.
- 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.
- adjustYear(int) - Method in class org.apache.commons.lang3.time.FastDateParser
-
Adjust dates to be within appropriate century
- AggregateTranslator - Class in org.apache.commons.lang3.text.translate
-
- AggregateTranslator(CharSequenceTranslator...) - Constructor for class org.apache.commons.lang3.text.translate.AggregateTranslator
-
Deprecated.
Specify the translators to be used at creation time.
- allNotNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Checks if all values in the array are not nulls
.
- ALWAYS_TRUE_PREDICATE - Static variable in class org.apache.commons.lang3.ThreadUtils
-
Predicate which always returns true.
- AlwaysTruePredicate() - Constructor for class org.apache.commons.lang3.ThreadUtils.AlwaysTruePredicate
-
- and(boolean...) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Performs an and on a set of booleans.
- and(Boolean...) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Performs an and on an array of Booleans.
- annotationArrayMemberEquals(Annotation[], Annotation[]) - Static method in class org.apache.commons.lang3.AnnotationUtils
-
Helper method for comparing two arrays of annotations.
- AnnotationUtils - Class in org.apache.commons.lang3
-
Helper methods for working with Annotation
instances.
- AnnotationUtils() - Constructor for class org.apache.commons.lang3.AnnotationUtils
-
AnnotationUtils
instances should NOT be constructed in
standard programming.
- anyNotNull(Object...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Checks if any value in the given array is not null
.
- APOS_ESCAPE - Static variable in class org.apache.commons.lang3.text.translate.EntityArrays
-
Deprecated.
- 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 variable in class org.apache.commons.lang3.text.translate.EntityArrays
-
Deprecated.
- APOS_UNESCAPE() - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
-
Deprecated.
- append(Object, Object) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two Object
s.
- append(Object, Object, Comparator<?>) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two Object
s.
- append(long, long) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two long
s.
- append(int, int) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two int
s.
- append(short, short) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two short
s.
- append(char, char) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two char
s.
- append(byte, byte) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two byte
s.
- append(double, double) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two double
s.
- append(float, float) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two float
s.
- append(boolean, boolean) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two booleans
s.
- 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[], Comparator<?>) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the deep comparison of
two Object
arrays.
- append(long[], long[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the deep comparison of
two long
arrays.
- append(int[], int[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the deep comparison of
two int
arrays.
- append(short[], short[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the deep comparison of
two short
arrays.
- append(char[], char[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the deep comparison of
two char
arrays.
- append(byte[], byte[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the deep comparison of
two byte
arrays.
- append(double[], double[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the deep comparison of
two double
arrays.
- append(float[], float[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the deep comparison of
two float
arrays.
- append(boolean[], boolean[]) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the deep comparison of
two boolean
arrays.
- append(String, boolean, boolean) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two boolean
s are equal.
- append(String, boolean[], boolean[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two boolean[]
s are equal.
- append(String, byte, byte) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two byte
s are equal.
- append(String, byte[], byte[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two byte[]
s are equal.
- append(String, char, char) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two char
s are equal.
- append(String, char[], char[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two char[]
s are equal.
- append(String, double, double) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two double
s are equal.
- append(String, double[], double[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two double[]
s are equal.
- append(String, float, float) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two float
s are equal.
- append(String, float[], float[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two float[]
s are equal.
- append(String, int, int) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two int
s are equal.
- append(String, int[], int[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two int[]
s are equal.
- append(String, long, long) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two long
s are equal.
- append(String, long[], long[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two long[]
s are equal.
- append(String, short, short) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two short
s are equal.
- append(String, short[], short[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two short[]
s are equal.
- append(String, Object, Object) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two Objects
s are equal.
- append(String, Object[], Object[]) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Test if two Object[]
s are equal.
- append(String, DiffResult) - Method in class org.apache.commons.lang3.builder.DiffBuilder
-
Append diffs from another DiffResult
.
- append(Object, Object) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
- append(long, long) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Test if two long
s are equal.
- append(int, int) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Test if two int
s are equal.
- append(short, short) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Test if two short
s are equal.
- append(char, char) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Test if two char
s are equal.
- append(byte, byte) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Test if two byte
s are equal.
- append(double, double) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Test if two double
s are equal by testing that the
pattern of bits returned by doubleToLong
are equal.
- append(float, float) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Test if two float
s are equal byt testing that the
pattern of bits returned by doubleToLong are equal.
- append(boolean, boolean) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Test if two booleans
s are equal.
- append(Object[], Object[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Performs a deep comparison of two Object
arrays.
- append(long[], long[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Deep comparison of array of long
.
- append(int[], int[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Deep comparison of array of int
.
- append(short[], short[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Deep comparison of array of short
.
- append(char[], char[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Deep comparison of array of char
.
- append(byte[], byte[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Deep comparison of array of byte
.
- append(double[], double[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Deep comparison of array of double
.
- append(float[], float[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Deep comparison of array of float
.
- append(boolean[], boolean[]) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Deep comparison of array of boolean
.
- 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.HashCodeBuilder
-
Append a hashCode
for a boolean
array.
- 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.HashCodeBuilder
-
Append a hashCode
for a byte
array.
- 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.HashCodeBuilder
-
Append a hashCode
for a char
array.
- 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.HashCodeBuilder
-
Append a hashCode
for a double
array.
- 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.HashCodeBuilder
-
Append a hashCode
for a float
array.
- 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.HashCodeBuilder
-
Append a hashCode
for an int
array.
- 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.HashCodeBuilder
-
Append a hashCode
for a long
array.
- 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.HashCodeBuilder
-
Append a hashCode
for an Object
array.
- 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.HashCodeBuilder
-
Append a hashCode
for a short
array.
- 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.builder.ToStringBuilder
-
Append to the toString
a boolean
array.
- 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.ToStringBuilder
-
Append to the toString
a byte
array.
- 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.builder.ToStringBuilder
-
Append to the toString
a char
array.
- 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.builder.ToStringBuilder
-
Append to the toString
a double
array.
- 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.builder.ToStringBuilder
-
Append to the toString
a float
array.
- 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.builder.ToStringBuilder
-
Append to the toString
an int
array.
- 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.builder.ToStringBuilder
-
Append to the toString
a long
array.
- 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.builder.ToStringBuilder
-
Append to the toString
an Object
array.
- 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.ToStringBuilder
-
Append to the toString
a short
array.
- 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, 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, 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, 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, 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, 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, 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, Object) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the toString
an Object
value.
- append(String, Object, boolean) - 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[], boolean) - Method in class org.apache.commons.lang3.builder.ToStringBuilder
-
Append to the toString
an Object
array.
- 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(StringBuffer, String, Object, Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
an Object
value, printing the full toString
of the
Object
passed in.
- append(StringBuffer, String, long) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a long
value.
- append(StringBuffer, String, int) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
an int
value.
- append(StringBuffer, String, short) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a short
value.
- append(StringBuffer, String, byte) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a byte
value.
- append(StringBuffer, String, char) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a char
value.
- append(StringBuffer, String, double) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a double
value.
- append(StringBuffer, String, float) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a float
value.
- append(StringBuffer, String, boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a boolean
value.
- append(StringBuffer, String, Object[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
an Object
array.
- append(StringBuffer, String, long[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a long
array.
- append(StringBuffer, String, int[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
an int
array.
- append(StringBuffer, String, short[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a short
array.
- append(StringBuffer, String, byte[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a byte
array.
- append(StringBuffer, String, char[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a char
array.
- append(StringBuffer, String, double[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a double
array.
- append(StringBuffer, String, float[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a float
array.
- append(StringBuffer, String, boolean[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a boolean
array.
- append(StringBuffer, String, Object[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- append(StringBuffer, String, long[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- append(StringBuffer, String, int[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- append(StringBuffer, String, short[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- append(StringBuffer, String, byte[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- append(StringBuffer, String, char[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- append(StringBuffer, String, double[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- append(StringBuffer, String, float[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- append(StringBuffer, String, boolean[], Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- append(StringBuffer, String, Object, Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- 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, 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(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(Object) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends an object to this string builder.
- 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(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends a string to this string builder.
- 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, Object...) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Calls String.format(String, Object...)
and appends the result.
- 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(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(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(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.
- append(char[]) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends a char array to the string builder.
- append(char[], int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends a char array to the string builder.
- append(boolean) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends a boolean value to the string builder.
- append(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends a char value to the string builder.
- append(int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends an int value to the string builder using String.valueOf
.
- append(long) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends a long value to the string builder using String.valueOf
.
- append(float) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends a float value to the string builder using String.valueOf
.
- append(double) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends a double value to the string builder using String.valueOf
.
- appendAll(T...) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends each item in an array to the builder without any separators.
- 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.
- appendAllTo(StringBuilder, String, T...) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Append types
to buf
with separator sep
.
- appendArray(Object, Object, Comparator<?>) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
- appendArray(Object, Object) - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Test if an Object
is equal to an array.
- appendArray(Object) - Method in class org.apache.commons.lang3.builder.HashCodeBuilder
-
Append a hashCode
for an array.
- 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
-
Append to the toString
the class name.
- appendContentEnd(StringBuffer) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the content end.
- appendContentStart(StringBuffer) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the content start.
- appendCyclicObject(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
an Object
value that has been detected to participate in a cycle.
- 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.MultilineRecursiveToStringStyle
-
- appendDetail(StringBuffer, String, long[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
-
- appendDetail(StringBuffer, String, int[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
-
- appendDetail(StringBuffer, String, short[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
-
- appendDetail(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
-
- appendDetail(StringBuffer, String, char[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
-
- appendDetail(StringBuffer, String, double[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
-
- appendDetail(StringBuffer, String, float[]) - Method in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
-
- appendDetail(StringBuffer, String, boolean[]) - 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, Collection<?>) - Method in class org.apache.commons.lang3.builder.RecursiveToStringStyle
-
- appendDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
an Object
value, printing the full detail of the Object
.
- appendDetail(StringBuffer, String, Collection<?>) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a Collection
.
- appendDetail(StringBuffer, String, Map<?, ?>) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a Map
.
- appendDetail(StringBuffer, String, long) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a long
value.
- appendDetail(StringBuffer, String, int) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
an int
value.
- appendDetail(StringBuffer, String, short) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a short
value.
- appendDetail(StringBuffer, String, byte) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a byte
value.
- appendDetail(StringBuffer, String, char) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a char
value.
- appendDetail(StringBuffer, String, double) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a double
value.
- appendDetail(StringBuffer, String, float) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a float
value.
- appendDetail(StringBuffer, String, boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a boolean
value.
- appendDetail(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the detail of an
Object
array.
- appendDetail(StringBuffer, String, long[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the detail of a
long
array.
- appendDetail(StringBuffer, String, int[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the detail of an
int
array.
- appendDetail(StringBuffer, String, short[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the detail of a
short
array.
- appendDetail(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the detail of a
byte
array.
- appendDetail(StringBuffer, String, char[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the detail of a
char
array.
- appendDetail(StringBuffer, String, double[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the detail of a
double
array.
- appendDetail(StringBuffer, String, float[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the detail of a
float
array.
- appendDetail(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the detail of a
boolean
array.
- appendDetail(StringBuffer, String, char) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- appendDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- appendDigits(Appendable, int) - Static method in class org.apache.commons.lang3.time.FastDatePrinter
-
Appends two digits to the given buffer.
- appendDisplayNames(Calendar, Locale, int, StringBuilder) - Static method in class org.apache.commons.lang3.time.FastDateParser
-
Get the short and long values displayed for a field
- appendEnd(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the end of data indicator.
- appendFieldEnd(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the field end.
- appendFields(Class<?>) - Method in class org.apache.commons.lang3.builder.ReflectionDiffBuilder
-
- appendFieldSeparator(StringBuffer) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append 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
-
Append to the toString
the field start.
- appendFieldStart(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- 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.
- 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.
- 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.
- 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.
- appendFullDigits(Appendable, int, int) - Static method in class org.apache.commons.lang3.time.FastDatePrinter
-
Appends all digits to the given buffer.
- appendIdentityHashCode(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append the System.identityHashCode(java.lang.Object)
.
- appendIfMissing(String, CharSequence, boolean, 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 the suffix.
- 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
-
Append to the toString
an Object
,
correctly interpreting its type.
- 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(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(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(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(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(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.
- 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(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(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(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(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
.
- appendNewLine() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends the new line string to this string 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
-
Append 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.
- appendQuotedString(String, ParsePosition, StringBuilder) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
Consume a quoted string, adding it to appendTo
if
specified.
- appendRecursiveTypes(StringBuilder, int[], Type[]) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
- appendSeparator(String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends a separator if the builder is currently non-empty.
- appendSeparator(String, String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Appends one of both separators to the StrBuilder.
- 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(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(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.
- appendStart(StringBuffer, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
the start of data indicator.
- appendStatics - Variable in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
Whether or not to append static fields.
- appendSummary(StringBuffer, String, Object) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append 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
-
Append to the toString
a summary of an
Object
array.
- appendSummary(StringBuffer, String, long[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a summary of a
long
array.
- appendSummary(StringBuffer, String, int[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a summary of an
int
array.
- appendSummary(StringBuffer, String, short[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a summary of a
short
array.
- appendSummary(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a summary of a
byte
array.
- appendSummary(StringBuffer, String, char[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a summary of a
char
array.
- appendSummary(StringBuffer, String, double[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a summary of a
double
array.
- appendSummary(StringBuffer, String, float[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a summary of a
float
array.
- appendSummary(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a summary of a
boolean
array.
- appendSummarySize(StringBuffer, String, int) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Append to the toString
a size summary.
- appendSuper(int) - Method in class org.apache.commons.lang3.builder.CompareToBuilder
-
Appends to the builder
the compareTo(Object)
result of the superclass.
- 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.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
-
Append 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
.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.CharacterLiteral
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.DayInWeekField
-
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.DayInWeekField
-
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.Iso8601_Rule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in interface org.apache.commons.lang3.time.FastDatePrinter.NumberRule
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.PaddedNumberField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.PaddedNumberField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in interface org.apache.commons.lang3.time.FastDatePrinter.Rule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.StringLiteral
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TextField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNameRule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNumberRule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwelveHourField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwelveHourField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwentyFourHourField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwentyFourHourField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitMonthField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitMonthField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitNumberField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitNumberField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitYearField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitYearField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.UnpaddedMonthField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.UnpaddedMonthField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.UnpaddedNumberField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.UnpaddedNumberField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(Appendable, Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter.WeekYear
-
- appendTo(Appendable, int) - Method in class org.apache.commons.lang3.time.FastDatePrinter.WeekYear
-
- 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
-
Append to the toString
another toString.
- appendTransients - Variable in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
Whether or not to append transient fields.
- appendValueAsString(StringBuffer, String) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
Appends the given String in parenthesis to the given StringBuffer.
- 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(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(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.
- applyPattern(String) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
Apply the specified pattern.
- applyRules(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
- applyRules(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- applyRules(Calendar, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
Performs the formatting by applying the rules to the
specified calendar.
- applyRulesToString(Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
Creates a String representation of the given Calendar by applying the rules of this printer to it.
- arch - Variable in class org.apache.commons.lang3.arch.Processor
-
- Arch() - Constructor for enum org.apache.commons.lang3.arch.Processor.Arch
-
- ARCH_TO_PROCESSOR - Static variable in class org.apache.commons.lang3.ArchUtils
-
- ArchUtils - Class in org.apache.commons.lang3
-
An utility class for the os.arch System Property.
- ArchUtils() - Constructor for class org.apache.commons.lang3.ArchUtils
-
- arrayContentDetail - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The detail for array content.
- arrayEnd - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The array end '}'
.
- arrayMemberEquals(Class<?>, Object, Object) - Static method in class org.apache.commons.lang3.AnnotationUtils
-
Helper method for comparing two objects of an array type.
- arrayMemberHash(Class<?>, Object) - Static method in class org.apache.commons.lang3.AnnotationUtils
-
Helper method for generating a hash code for an array.
- arraySeparator - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The array separator ','
.
- arrayStart - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The array start '{'
.
- 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
-
ArrayUtils instances should NOT be constructed in standard programming.
- 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".
- asEnum(Class<E>) - Static method in class org.apache.commons.lang3.EnumUtils
-
Validate enumClass
.
- asReader() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Gets the contents of this builder as a Reader.
- 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
-
Whether this version of Java is at least 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
-
- AtomicSafeInitializer<T> - Class in org.apache.commons.lang3.concurrent
-
- AtomicSafeInitializer() - Constructor for class org.apache.commons.lang3.concurrent.AtomicSafeInitializer
-
- AVAILABLE_LOCALE_LIST - Static variable in class org.apache.commons.lang3.LocaleUtils.SyncAvoid
-
Unmodifiable list of available locales.
- AVAILABLE_LOCALE_SET - Static variable in class org.apache.commons.lang3.LocaleUtils.SyncAvoid
-
Unmodifiable set of available locales.
- 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.SystemUtils
-
The awt.toolkit
System Property.
- cache - Variable in class org.apache.commons.lang3.concurrent.Memoizer
-
- cache - Static variable in class org.apache.commons.lang3.time.FastDateFormat
-
- caches - Static variable in class org.apache.commons.lang3.time.FastDateParser
-
- call() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer.InitializationTask
-
Initiates initialization and returns the result.
- callable - Variable in class org.apache.commons.lang3.concurrent.CallableBackgroundInitializer
-
The Callable to be executed.
- CallableBackgroundInitializer<T> - Class in org.apache.commons.lang3.concurrent
-
- 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.ConcurrentUtils.ConstantFuture
-
The cancel operation is not supported.
- CANNOT_STORE_S_S_VALUES_IN_S_BITS - Static variable in class org.apache.commons.lang3.EnumUtils
-
- CAPACITY - Static variable in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
The extra capacity for new builders.
- 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.
- CaseInsensitiveTextStrategy(int, Calendar, Locale) - Constructor for class org.apache.commons.lang3.time.FastDateParser.CaseInsensitiveTextStrategy
-
Construct a Strategy that parses a Text field
- CAUSE_METHOD_NAMES - Static variable in class org.apache.commons.lang3.exception.ExceptionUtils
-
The names of methods commonly used to access a wrapped exception.
- cCountriesByLanguage - Static variable in class org.apache.commons.lang3.LocaleUtils
-
Concurrent map of country locales by language.
- cDateTimeInstanceCache - Static variable in class org.apache.commons.lang3.time.FormatCache
-
- 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.
- 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(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.
- 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
.
- century - Variable in class org.apache.commons.lang3.time.FastDateParser
-
- ch - Variable in class org.apache.commons.lang3.text.StrMatcher.CharMatcher
-
Deprecated.
The character to match.
- changeState(AbstractCircuitBreaker.State) - Method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
-
Changes the internal state of this circuit breaker.
- changeStateAndStartNewCheckInterval(AbstractCircuitBreaker.State) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
-
Changes the state of this circuit breaker and also initializes a new
CheckIntervalData
object.
- changeSupport - Variable in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
-
An object for managing change listeners registered at this instance.
- CHAR_STRING_ARRAY - Static variable in class org.apache.commons.lang3.CharUtils
-
- CharacterIterator(CharRange) - Constructor for class org.apache.commons.lang3.CharRange.CharacterIterator
-
Construct a new iterator for the character range.
- CharacterLiteral(char) - Constructor for class org.apache.commons.lang3.time.FastDatePrinter.CharacterLiteral
-
Constructs a new instance of CharacterLiteral
to hold the specified value.
- 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
-
- CharEncoding() - Constructor for class org.apache.commons.lang3.CharEncoding
-
Deprecated.
- charMatcher(char) - Static method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.
Constructor that creates a matcher from a character.
- CharMatcher(char) - Constructor for class org.apache.commons.lang3.text.StrMatcher.CharMatcher
-
Deprecated.
Constructor that creates a matcher that matches a single character.
- CharRange - Class in org.apache.commons.lang3
-
A contiguous range of characters, optionally negated.
- CharRange(char, char, boolean) - Constructor for class org.apache.commons.lang3.CharRange
-
Constructs a CharRange
over a set of characters,
optionally negating the range.
- CharRange.CharacterIterator - Class in org.apache.commons.lang3
-
Character Iterator
.
- chars - Variable in class org.apache.commons.lang3.text.StrMatcher.CharSetMatcher
-
Deprecated.
The set of characters to match.
- chars - Variable in class org.apache.commons.lang3.text.StrMatcher.StringMatcher
-
Deprecated.
The string to match, as a character array.
- chars - Variable in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
The text to work on.
- CharSequenceTranslator - Class in org.apache.commons.lang3.text.translate
-
- CharSequenceTranslator() - Constructor for class org.apache.commons.lang3.text.translate.CharSequenceTranslator
-
Deprecated.
- CharSequenceUtils - Class in org.apache.commons.lang3
-
Operations on CharSequence
that are
null
safe.
- CharSequenceUtils() - Constructor for class org.apache.commons.lang3.CharSequenceUtils
-
CharSequenceUtils
instances should NOT be constructed in
standard programming.
- 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.
- CharSetMatcher(char[]) - Constructor for class org.apache.commons.lang3.text.StrMatcher.CharSetMatcher
-
Deprecated.
Constructor that creates a matcher from a character array.
- CharSetUtils - Class in org.apache.commons.lang3
-
Operations on CharSet
instances.
- CharSetUtils() - Constructor for class org.apache.commons.lang3.CharSetUtils
-
CharSetUtils instances should NOT be constructed in standard programming.
- CharUtils - Class in org.apache.commons.lang3
-
Operations on char primitives and Character objects.
- CharUtils() - Constructor for class org.apache.commons.lang3.CharUtils
-
CharUtils
instances should NOT be constructed in standard programming.
- checkBitVectorable(Class<E>) - Static method in class org.apache.commons.lang3.EnumUtils
-
Validate that enumClass
is compatible with representation in a long
.
- checkCallable(Callable<T>) - Method in class org.apache.commons.lang3.concurrent.CallableBackgroundInitializer
-
Tests the passed in Callable
and throws an exception if it is
undefined.
- checkCyclicSubstitution(String, List<String>) - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.
Checks if the specified variable is already in the stack (list) of variables.
- checkedException(Throwable) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
-
Tests whether the specified Throwable
is a checked exception.
- checkIntervalData - Variable in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
-
Stores information about the current check interval.
- CheckIntervalData(int, long) - Constructor for class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.CheckIntervalData
-
Creates a new instance of CheckIntervalData
.
- checkIntervalStart - Variable in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.CheckIntervalData
-
The start time of the current check interval.
- checkName(String) - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
-
Checks whether an initializer with the given name exists.
- checkNotNull(Object) - Static method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
- 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.
- checkTokenized() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Checks if tokenization has been done, and if not then do it.
- childInitializers - Variable in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer
-
A map with the child initializers.
- 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
-
- chop(String) - Static method in class org.apache.commons.lang3.StringUtils
-
Remove the last character from a String.
- cInstanceCache - Variable in class org.apache.commons.lang3.time.FormatCache
-
- CircuitBreaker<T> - Interface in org.apache.commons.lang3.concurrent
-
- 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, 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(String) - Constructor for exception org.apache.commons.lang3.concurrent.CircuitBreakingException
-
Creates a new instance of CircuitBreakingException
and initializes it with the given message.
- CircuitBreakingException(Throwable) - Constructor for exception org.apache.commons.lang3.concurrent.CircuitBreakingException
-
Creates a new instance of CircuitBreakingException
and initializes it with the given cause.
- cLanguagesByCountry - Static variable in class org.apache.commons.lang3.LocaleUtils
-
Concurrent map of language locales by country.
- classLoader - Variable in class org.apache.commons.lang3.SerializationUtils.ClassLoaderAwareObjectInputStream
-
- ClassLoaderAwareObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.commons.lang3.SerializationUtils.ClassLoaderAwareObjectInputStream
-
Constructor.
- ClassPathUtils - Class in org.apache.commons.lang3
-
Operations regarding the classpath.
- ClassPathUtils() - Constructor for class org.apache.commons.lang3.ClassPathUtils
-
ClassPathUtils
instances should NOT be constructed in
standard programming.
- classToString(Class<?>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Format a Class
as a String
.
- ClassUtils - Class in org.apache.commons.lang3
-
Operates on classes without using reflection.
- ClassUtils() - Constructor for class org.apache.commons.lang3.ClassUtils
-
ClassUtils instances should NOT be constructed in standard programming.
- ClassUtils.Interfaces - Enum in org.apache.commons.lang3
-
- clear(int) - Method in class org.apache.commons.lang3.BitField
-
Clears the bits.
- clear() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Clears the string builder (convenience Collections API style method).
- 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(T[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Shallow clones an array returning a typecast result and handling
null
.
- clone(long[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Clones an array returning a typecast result and handling
null
.
- clone(int[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Clones an array returning a typecast result and handling
null
.
- clone(short[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Clones an array returning a typecast result and handling
null
.
- clone(char[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Clones an array returning a typecast result and handling
null
.
- clone(byte[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Clones an array returning a typecast result and handling
null
.
- clone(double[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Clones an array returning a typecast result and handling
null
.
- clone(float[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Clones an array returning a typecast result and handling
null
.
- clone(boolean[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Clones an array returning a typecast result and handling
null
.
- clone(T) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Clone an object.
- clone(T) - Static method in class org.apache.commons.lang3.SerializationUtils
-
Deep clone an Object
using serialization.
- clone() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Creates a new instance of this Tokenizer.
- 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(Throwable) - 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.
- cloneIfPossible(T) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Clone an object if possible.
- cloneReset() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Creates a new instance of this Tokenizer.
- close() - Method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
-
Closes this circuit breaker.
- 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.ThresholdCircuitBreaker
-
Closes this circuit breaker.
- close() - Method in class org.apache.commons.lang3.text.StrBuilder.StrBuilderReader
-
Deprecated.
- close() - Method in class org.apache.commons.lang3.text.StrBuilder.StrBuilderWriter
-
Deprecated.
- closingInterval - Variable in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
-
The time interval for closing the circuit breaker.
- closingThreshold - Variable in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
-
The threshold for closing the circuit breaker.
- code - Variable in exception org.apache.commons.lang3.NotImplementedException
-
- CodePointTranslator - Class in org.apache.commons.lang3.text.translate
-
- CodePointTranslator() - Constructor for class org.apache.commons.lang3.text.translate.CodePointTranslator
-
Deprecated.
- COMMA_MATCHER - Static variable in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.
Matches the comma character.
- 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.
- ComparableComparator() - Constructor for enum org.apache.commons.lang3.Range.ComparableComparator
-
- comparator - Variable in class org.apache.commons.lang3.Range
-
The ordering scheme used in this range.
- compare(boolean, boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Compares two boolean
values.
- 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(byte, byte) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Compares two byte
values numerically.
- 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.
- compare(Object, Object) - Method in enum org.apache.commons.lang3.Range.ComparableComparator
-
Comparable based compare implementation.
- compare(String, String) - Static method in class org.apache.commons.lang3.StringUtils
-
Compare two Strings lexicographically, as per String.compareTo(String)
, returning :
- compare(String, String, boolean) - Static method in class org.apache.commons.lang3.StringUtils
-
Compare two Strings lexicographically, as per String.compareTo(String)
, returning :
- compareConstructorFit(Constructor<?>, Constructor<?>, Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
Compares the relative fitness of two Constructors in terms of how well they
match a set of runtime parameter types, such that a list ordered
by the results of the comparison would return the best match first
(least).
- 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 :
- 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 :
- compareMethodFit(Method, Method, Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
Compares the relative fitness of two Methods in terms of how well they
match a set of runtime parameter types, such that a list ordered
by the results of the comparison would return the best match first
(least).
- compareParameterTypes(MemberUtils.Executable, MemberUtils.Executable, Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
Compares the relative fitness of two Executables in terms of how well they
match a set of runtime parameter types, such that a list ordered
by the results of the comparison would return the best match first
(least).
- 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.
- comparison - Variable in class org.apache.commons.lang3.builder.CompareToBuilder
-
Current state of the comparison as appended fields are checked.
- componentType - Variable in class org.apache.commons.lang3.reflect.TypeUtils.GenericArrayTypeImpl
-
- CompositeFormat - Class in org.apache.commons.lang3.text
-
- 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.
- computable - Variable in class org.apache.commons.lang3.concurrent.Memoizer
-
- 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(Throwable) - Constructor for exception org.apache.commons.lang3.concurrent.ConcurrentException
-
Creates a new instance of ConcurrentException
and initializes it
with the given cause.
- 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.
- ConcurrentInitializer<T> - Interface in org.apache.commons.lang3.concurrent
-
Definition of an interface for 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(Throwable) - Constructor for exception org.apache.commons.lang3.concurrent.ConcurrentRuntimeException
-
Creates a new instance of ConcurrentRuntimeException
and
initializes it with the given cause.
- 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.
- ConcurrentUtils - Class in org.apache.commons.lang3.concurrent
-
An utility class providing functionality related to the java.util.concurrent
package.
- ConcurrentUtils() - Constructor for class org.apache.commons.lang3.concurrent.ConcurrentUtils
-
Private constructor so that no instances can be created.
- ConcurrentUtils.ConstantFuture<T> - Class in org.apache.commons.lang3.concurrent
-
A specialized Future
implementation which wraps a constant value.
- CONST(boolean) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(byte) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(char) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(short) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(int) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(long) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(float) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(double) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST(T) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST_BYTE(int) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method returns the provided value unchanged.
- CONST_SHORT(int) - Static method in class org.apache.commons.lang3.ObjectUtils
-
This method 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.
- ConstantFuture(T) - Constructor for class org.apache.commons.lang3.concurrent.ConcurrentUtils.ConstantFuture
-
Creates a new instance of ConstantFuture
and initializes it
with the 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
-
ConstructorUtils instances should NOT be constructed in standard
programming.
- contains(Object[], Object) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if the object 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(int[], int) - 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(char[], char) - 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(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(boolean[], boolean) - 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.CharRange
-
Is the character specified contained in this range.
- contains(CharRange) - Method in class org.apache.commons.lang3.CharRange
-
Are all the characters of the passed in range contained in
this range.
- contains(char) - Method in class org.apache.commons.lang3.CharSet
-
Does the CharSet
contain the specified
character ch
.
- contains(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether the specified element occurs within this range.
- 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(char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Checks if the string builder contains the specified char.
- 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.
- 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(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.
- 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.
- containsElements(Collection<?>) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
Learn whether the specified Collection contains non-null elements.
- 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.
- containsTokenWithValue(DurationFormatUtils.Token[], Object) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils.Token
-
Helper method to determine if a set of tokens contain a value
- containsTypeVariables(Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Learn, recursively, whether any of the type parameters associated with type
are bound to variables.
- containsVariableTypeSameParametrizedTypeBound(TypeVariable<?>, ParameterizedType) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
- containsWhitespace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Check whether the given CharSequence contains any whitespace characters.
- contentEnd - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The content end ']'
.
- contentStart - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The content start '['
.
- 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(Throwable) - Constructor for exception org.apache.commons.lang3.exception.ContextedException
-
Instantiates ContextedException with cause, but without message.
- 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.
- 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(Throwable) - Constructor for exception org.apache.commons.lang3.exception.ContextedRuntimeException
-
Instantiates ContextedRuntimeException with cause, but without message.
- 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.
- contextValues - Variable in class org.apache.commons.lang3.exception.DefaultExceptionContext
-
The list storing the label-data pairs.
- 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
-
- 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.
- convertRemainingAccentCharacters(StringBuilder) - Static method in class org.apache.commons.lang3.StringUtils
-
- copyArrayGrow1(Object, Class<?>) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Returns a copy of the given array of size 1 greater than the argument.
- CopyQuotedStrategy(String) - Constructor for class org.apache.commons.lang3.time.FastDateParser.CopyQuotedStrategy
-
Construct a Strategy that ensures the formatField has literal text
- 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.
- count - Variable in class org.apache.commons.lang3.time.DurationFormatUtils.Token
-
- countMatches(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Counts how many times the substring appears in the larger string.
- countMatches(CharSequence, char) - Static method in class org.apache.commons.lang3.StringUtils
-
Counts how many times the char appears in the given 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 CR ('\r').
- CR - Static variable in class org.apache.commons.lang3.StringUtils
-
A String for carriage return CR ("\r").
- create(Class<T>) - Static method in class org.apache.commons.lang3.event.EventListenerSupport
-
Creates an EventListenerSupport object which supports the specified
listener type.
- createBigDecimal(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a String
to a BigDecimal
.
- createBigInteger(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a String
to a BigInteger
;
since 3.2 it handles hex (0x or #) and octal (0) notations.
- createDouble(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a String
to a Double
.
- createExecutor() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
Creates the ExecutorService
to be used.
- createFloat(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a String
to a Float
.
- 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.
- createInstance(String, TimeZone, Locale) - Method in class org.apache.commons.lang3.time.FormatCache
-
Create a format instance using the specified pattern, time zone
and locale.
- createInteger(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a String
to a Integer
, handling
hex (0xhhhh) and octal (0dddd) notations.
- createInvocationHandler() - Method in class org.apache.commons.lang3.event.EventListenerSupport
-
Create the InvocationHandler
responsible for broadcasting calls
to the managed listeners.
- createLong(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Convert a String
to a Long
;
since 3.1 it handles hex (0Xhhhh) and octal (0ddd) notations.
- createNumber(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Turns a string value into a java.lang.Number.
- createPattern(StringBuilder) - Method in class org.apache.commons.lang3.time.FastDateParser.PatternStrategy
-
- createPattern(String) - Method in class org.apache.commons.lang3.time.FastDateParser.PatternStrategy
-
- createProxy(Class<L>, ClassLoader) - Method in class org.apache.commons.lang3.event.EventListenerSupport
-
Create the proxy object.
- createStarted() - Static method in class org.apache.commons.lang3.time.StopWatch
-
Provides a started stopwatch for convenience.
- createStrategyMap() - Static method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker
-
Creates the map with strategy objects.
- createTask(ExecutorService) - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
Creates a task for the background initialization.
- CSV_DELIMITER - Static variable in class org.apache.commons.lang3.StringEscapeUtils.CsvEscaper
-
Deprecated.
- CSV_DELIMITER - Static variable in class org.apache.commons.lang3.StringEscapeUtils.CsvUnescaper
-
Deprecated.
- CSV_QUOTE - Static variable in class org.apache.commons.lang3.StringEscapeUtils.CsvEscaper
-
Deprecated.
- CSV_QUOTE - Static variable in class org.apache.commons.lang3.StringEscapeUtils.CsvUnescaper
-
Deprecated.
- CSV_QUOTE_STR - Static variable in class org.apache.commons.lang3.StringEscapeUtils.CsvEscaper
-
Deprecated.
- CSV_QUOTE_STR - Static variable in class org.apache.commons.lang3.StringEscapeUtils.CsvUnescaper
-
Deprecated.
- CSV_SEARCH_CHARS - Static variable in class org.apache.commons.lang3.StringEscapeUtils.CsvEscaper
-
Deprecated.
- CSV_SEARCH_CHARS - Static variable in class org.apache.commons.lang3.StringEscapeUtils.CsvUnescaper
-
Deprecated.
- CSV_TOKENIZER_PROTOTYPE - Static variable in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
- CsvEscaper() - Constructor for class org.apache.commons.lang3.StringEscapeUtils.CsvEscaper
-
Deprecated.
- CsvUnescaper() - Constructor for class org.apache.commons.lang3.StringEscapeUtils.CsvUnescaper
-
Deprecated.
- cTimeZoneDisplayCache - Static variable in class org.apache.commons.lang3.time.FastDatePrinter
-
- current - Variable in class org.apache.commons.lang3.CharRange.CharacterIterator
-
The current character
- currentIdx - Variable in class org.apache.commons.lang3.time.FastDateParser.StrategyParser
-
- 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_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_BOUNDS - Static variable in class org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeImpl
-
- 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_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_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.
- emptyAsNull - Variable in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Whether to return empty tokens as null
- enableSubstitutionInVariables - Variable in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.
The flag whether substitution in variable names is enabled.
- end - Variable in class org.apache.commons.lang3.CharRange
-
The last character, inclusive, in the range.
- END_FE - Static variable in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
- endFinal - Variable in class org.apache.commons.lang3.time.DateUtils.DateIterator
-
- endOfPeriod() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
The current time period is finished.
- endsWith(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Check if a CharSequence ends with a specified suffix.
- endsWith(CharSequence, CharSequence, boolean) - Static method in class org.apache.commons.lang3.StringUtils
-
Check if a CharSequence ends with a specified suffix (optionally case insensitive).
- 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
-
- EntityArrays() - Constructor for class org.apache.commons.lang3.text.translate.EntityArrays
-
Deprecated.
- ENUM_CLASS_MUST_BE_DEFINED - Static variable in class org.apache.commons.lang3.EnumUtils
-
- 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
-
This constructor is public to permit tools that require a JavaBean
instance to operate.
- 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(Object) - Method in class org.apache.commons.lang3.builder.IDKey
-
checks if instances are equal
- equals(Object) - Method in class org.apache.commons.lang3.CharRange
-
Compares two CharRange objects, returning true if they represent
exactly the same range of characters defined in the same way.
- 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, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
- 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(Type, Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Check equality of types.
- equals(ParameterizedType, Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Learn whether t
equals p
.
- equals(GenericArrayType, Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Learn whether t
equals a
.
- equals(WildcardType, Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Learn whether t
equals w
.
- equals(Type[], Type[]) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Learn whether t1
equals t2
.
- equals(Object) - Method in class org.apache.commons.lang3.reflect.TypeUtils.GenericArrayTypeImpl
- equals(Object) - Method in class org.apache.commons.lang3.reflect.TypeUtils.ParameterizedTypeImpl
- equals(Object) - Method in class org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeImpl
- 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.text.ExtendedMessageFormat
-
Deprecated.
Check if this extended message format is equal to another object.
- 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.
- 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.DurationFormatUtils.Token
-
Supports equality of this Token to another Token.
- 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
-
Compare 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.time.FastDatePrinter.TimeZoneDisplayKey
- equals(Object) - Method in class org.apache.commons.lang3.time.FormatCache.MultipartKey
- equals(Object) - Method in class org.apache.commons.lang3.time.GmtTimeZone
-
- 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.
- 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
-
Use this annotation to exclude 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.
- 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.
- escapeChar - Variable in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.
Stores the escape character.
- 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.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.CharacterLiteral
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.DayInWeekField
-
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.Iso8601_Rule
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.PaddedNumberField
-
Returns the estimated length of the result.
- estimateLength() - Method in interface org.apache.commons.lang3.time.FastDatePrinter.Rule
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.StringLiteral
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.TextField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNameRule
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNumberRule
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwelveHourField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwentyFourHourField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitMonthField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitNumberField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitYearField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.UnpaddedMonthField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.UnpaddedNumberField
-
Returns the estimated length of the result.
- estimateLength() - Method in class org.apache.commons.lang3.time.FastDatePrinter.WeekYear
-
- EventBindingInvocationHandler(Object, String, String[]) - Constructor for class org.apache.commons.lang3.event.EventUtils.EventBindingInvocationHandler
-
Creates a new instance of EventBindingInvocationHandler
.
- eventCount - Variable in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.CheckIntervalData
-
The counter for events.
- EventCountCircuitBreaker - Class in org.apache.commons.lang3.concurrent
-
A simple implementation of the
Circuit Breaker pattern
that counts specific events.
- 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.
- 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) - 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.CheckIntervalData - Class in org.apache.commons.lang3.concurrent
-
An internally used data class holding information about the checks performed by
this class.
- EventCountCircuitBreaker.StateStrategy - Class in org.apache.commons.lang3.concurrent
-
Internally used class for executing check logic based on the current state of the
circuit breaker.
- EventCountCircuitBreaker.StateStrategyClosed - Class in org.apache.commons.lang3.concurrent
-
A specialized StateStrategy
implementation for the state closed.
- EventCountCircuitBreaker.StateStrategyOpen - Class in org.apache.commons.lang3.concurrent
-
A specialized StateStrategy
implementation for the state open.
- 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() - Constructor for class org.apache.commons.lang3.event.EventListenerSupport
-
Create a new EventListenerSupport instance.
- EventListenerSupport.ProxyInvocationHandler - Class in org.apache.commons.lang3.event
-
An invocation handler used to dispatch the event(s) to all the listeners.
- eventTypes - Variable in class org.apache.commons.lang3.event.EventUtils.EventBindingInvocationHandler
-
- 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
-
- EventUtils.EventBindingInvocationHandler - Class in org.apache.commons.lang3.event
-
- exceptionContext - Variable in exception org.apache.commons.lang3.exception.ContextedException
-
The context where the data is stored.
- exceptionContext - Variable in exception org.apache.commons.lang3.exception.ContextedRuntimeException
-
The context where the data is stored.
- ExceptionContext - Interface in org.apache.commons.lang3.exception
-
Allows the storage and retrieval of contextual information based on label-value
pairs for exceptions.
- exceptionHandler - Variable in class org.apache.commons.lang3.concurrent.BasicThreadFactory.Builder
-
The uncaught exception handler.
- exceptions - Variable in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
-
A map with the 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
-
Public constructor allows an instance of ExceptionUtils
to be created, although that is not
normally necessary.
- excludeFieldNames - Variable in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
Which field names to exclude from output.
- excludeFields - Variable in class org.apache.commons.lang3.builder.EqualsBuilder
-
- excludeNullValues - Variable in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
Whether or not to append fields that are null.
- 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.
- 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(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.
- execFinally - Variable in class org.apache.commons.lang3.concurrent.BackgroundInitializer.InitializationTask
-
Stores the executor service to be destroyed at the end.
- Executable(Method) - Constructor for class org.apache.commons.lang3.reflect.MemberUtils.Executable
-
- Executable(Constructor<?>) - Constructor for class org.apache.commons.lang3.reflect.MemberUtils.Executable
-
- executor - Variable in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
A reference to the executor service that is actually used.
- executorService - Variable in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
The executor service for managing the timer thread.
- ExtendedMessageFormat - Class in org.apache.commons.lang3.text
-
- 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, Map<String, ? extends FormatFactory>) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
Create a new ExtendedMessageFormat for the default locale.
- ExtendedMessageFormat(String, Locale, Map<String, ? extends FormatFactory>) - Constructor for class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
Create a new ExtendedMessageFormat.
- externalExecutor - Variable in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
The external executor service for executing tasks.
- 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.
- extractTypeArgumentsFrom(Map<TypeVariable<?>, Type>, TypeVariable<?>[]) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Helper method to establish the formal parameters for a parameterized type.
- factory - Variable in class org.apache.commons.lang3.concurrent.AtomicSafeInitializer
-
A guard which ensures that initialize() is called only once.
- 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.
- FastDateParser.CaseInsensitiveTextStrategy - Class in org.apache.commons.lang3.time
-
A strategy that handles a text field in the parsing pattern
- FastDateParser.CopyQuotedStrategy - Class in org.apache.commons.lang3.time
-
A strategy that copies the static or quoted field in the parsing pattern
- FastDateParser.ISO8601TimeZoneStrategy - Class in org.apache.commons.lang3.time
-
- FastDateParser.NumberStrategy - Class in org.apache.commons.lang3.time
-
A strategy that handles a number field in the parsing pattern
- FastDateParser.PatternStrategy - Class in org.apache.commons.lang3.time
-
A strategy to parse a single field from the parsing pattern
- FastDateParser.Strategy - Class in org.apache.commons.lang3.time
-
A strategy to parse a single field from the parsing pattern
- FastDateParser.StrategyAndWidth - Class in org.apache.commons.lang3.time
-
Holds strategy and field width
- FastDateParser.StrategyParser - Class in org.apache.commons.lang3.time
-
Parse format into Strategies
- FastDateParser.TimeZoneStrategy - Class in org.apache.commons.lang3.time
-
A strategy that handles a timezone field in the parsing pattern
- FastDateParser.TimeZoneStrategy.TzInfo - Class in org.apache.commons.lang3.time
-
- 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.
- FastDatePrinter.CharacterLiteral - Class in org.apache.commons.lang3.time
-
Inner class to output a constant single character.
- FastDatePrinter.DayInWeekField - Class in org.apache.commons.lang3.time
-
Inner class to output the numeric day in week.
- FastDatePrinter.Iso8601_Rule - Class in org.apache.commons.lang3.time
-
Inner class to output a time zone as a number +/-HHMM
or +/-HH:MM
.
- FastDatePrinter.NumberRule - Interface in org.apache.commons.lang3.time
-
Inner class defining a numeric rule.
- FastDatePrinter.PaddedNumberField - Class in org.apache.commons.lang3.time
-
Inner class to output a padded number.
- FastDatePrinter.Rule - Interface in org.apache.commons.lang3.time
-
Inner class defining a rule.
- FastDatePrinter.StringLiteral - Class in org.apache.commons.lang3.time
-
Inner class to output a constant string.
- FastDatePrinter.TextField - Class in org.apache.commons.lang3.time
-
Inner class to output one of a set of values.
- FastDatePrinter.TimeZoneDisplayKey - Class in org.apache.commons.lang3.time
-
Inner class that acts as a compound key for time zone names.
- FastDatePrinter.TimeZoneNameRule - Class in org.apache.commons.lang3.time
-
Inner class to output a time zone name.
- FastDatePrinter.TimeZoneNumberRule - Class in org.apache.commons.lang3.time
-
Inner class to output a time zone as a number +/-HHMM
or +/-HH:MM
.
- FastDatePrinter.TwelveHourField - Class in org.apache.commons.lang3.time
-
Inner class to output the twelve hour field.
- FastDatePrinter.TwentyFourHourField - Class in org.apache.commons.lang3.time
-
Inner class to output the twenty four hour field.
- FastDatePrinter.TwoDigitMonthField - Class in org.apache.commons.lang3.time
-
Inner class to output a two digit month.
- FastDatePrinter.TwoDigitNumberField - Class in org.apache.commons.lang3.time
-
Inner class to output a two digit number.
- FastDatePrinter.TwoDigitYearField - Class in org.apache.commons.lang3.time
-
Inner class to output a two digit year.
- FastDatePrinter.UnpaddedMonthField - Class in org.apache.commons.lang3.time
-
Inner class to output an unpadded month.
- FastDatePrinter.UnpaddedNumberField - Class in org.apache.commons.lang3.time
-
Inner class to output an unpadded number.
- FastDatePrinter.WeekYear - Class in org.apache.commons.lang3.time
-
Inner class to output the numeric day in week.
- FastTimeZone - Class in org.apache.commons.lang3.time
-
Faster methods to produce custom time zones.
- FastTimeZone() - Constructor for class org.apache.commons.lang3.time.FastTimeZone
-
- fetchCheckInterval(EventCountCircuitBreaker) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.StateStrategy
-
Obtains the check interval to applied for the represented state from the given
CircuitBreaker
.
- fetchCheckInterval(EventCountCircuitBreaker) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.StateStrategyClosed
-
Obtains the check interval to applied for the represented state from the given
CircuitBreaker
.
- fetchCheckInterval(EventCountCircuitBreaker) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.StateStrategyOpen
-
Obtains the check interval to applied for the represented state from the given
CircuitBreaker
.
- FFFF - Static variable in class org.apache.commons.lang3.Conversion
-
- FFFT - Static variable in class org.apache.commons.lang3.Conversion
-
- FFTF - Static variable in class org.apache.commons.lang3.Conversion
-
- FFTT - Static variable in class org.apache.commons.lang3.Conversion
-
- field - Variable in class org.apache.commons.lang3.time.FastDateParser.CaseInsensitiveTextStrategy
-
- field - Variable in class org.apache.commons.lang3.time.FastDateParser.NumberStrategy
-
- FIELD_NAME_QUOTE - Static variable in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- fieldName - Variable in class org.apache.commons.lang3.builder.Diff
-
- fieldNameValueSeparator - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The field name value separator '='
.
- fields - Static variable in class org.apache.commons.lang3.time.DateUtils
-
- fieldSeparator - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The field separator ','
.
- fieldSeparatorAtEnd - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
Whether the field separator should be added after any other fields.
- fieldSeparatorAtStart - Variable in class org.apache.commons.lang3.builder.ToStringStyle
-
Whether the field separator should be added before any other fields.
- FieldUtils - Class in org.apache.commons.lang3.reflect
-
Utilities for working with Field
s by reflection.
- FieldUtils() - Constructor for class org.apache.commons.lang3.reflect.FieldUtils
-
FieldUtils
instances should NOT be constructed in standard programming.
- 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.SystemUtils
-
- findRecursiveTypes(ParameterizedType) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
- findThreadById(long, ThreadGroup) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Return the active thread with the specified id if it belongs to the specified thread group.
- findThreadById(long, String) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Return the active thread with the specified id if it belongs to a thread group with the specified group name.
- findThreadById(long) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Return the active thread with the specified id.
- findThreadGroups(ThreadUtils.ThreadGroupPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Select all active threadgroups which match the given predicate.
- findThreadGroups(ThreadGroup, boolean, ThreadUtils.ThreadGroupPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Select all active threadgroups which match the given predicate and which is a subgroup of the given thread group (or one of its subgroups).
- findThreadGroupsByName(String) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Return active thread groups with the specified group name.
- findThreads(ThreadUtils.ThreadPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Select all active threads which match the given predicate.
- findThreads(ThreadGroup, boolean, ThreadUtils.ThreadPredicate) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Select all active threads which match the given predicate and which belongs to the given thread group (or one of its subgroups).
- findThreadsByName(String, ThreadGroup) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Return active threads with the specified name if they belong to a specified thread group.
- findThreadsByName(String, String) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Return active threads with the specified name if they belong to a thread group with the specified group name.
- findThreadsByName(String) - Static method in class org.apache.commons.lang3.ThreadUtils
-
Return active threads with the specified name.
- finite(double) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the specified argument is not infinite or 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 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.
- firstNonNull(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Returns the first value in the array which is not null
.
- 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.
- flush() - Method in class org.apache.commons.lang3.text.StrBuilder.StrBuilderWriter
-
Deprecated.
- FMT_TO_STRING - Static variable in class org.apache.commons.lang3.concurrent.ConstantInitializer
-
Constant for the format of the string representation.
- format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang3.text.CompositeFormat
-
Deprecated.
Uses the formatter Format instance.
- format(long, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern.
- format(Date, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a date/time into a specific pattern.
- format(Calendar, String) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a calendar into a specific pattern.
- 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(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(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(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(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(Calendar, String, Locale) - Static method in class org.apache.commons.lang3.time.DateFormatUtils
-
Formats a calendar into a specific pattern in a locale.
- 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(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.
- 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(long) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a millisecond long
value.
- format(Date) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a Date
object using a GregorianCalendar
.
- format(Calendar) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a Calendar
object.
- format(long, StringBuffer) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
- format(Date, StringBuffer) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
- format(Calendar, StringBuffer) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
- format(long, B) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a millisecond long
value into the
supplied Appendable
.
- format(Date, B) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a Date
object into the
supplied Appendable
using a GregorianCalendar
.
- format(Calendar, B) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a Calendar
object into the supplied Appendable
.
- format(Object, StringBuffer, FieldPosition) - Method in interface org.apache.commons.lang3.time.DatePrinter
-
Formats a Date
, Calendar
or
Long
(milliseconds) object.
- format(DurationFormatUtils.Token[], long, long, long, long, long, long, long, boolean) - Static method in class org.apache.commons.lang3.time.DurationFormatUtils
-
The internal method to do the formatting.
- format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a Date
, Calendar
or
Long
(milliseconds) object.
- format(long) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a millisecond long
value.
- format(Date) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a Date
object using a GregorianCalendar
.
- format(Calendar) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a Calendar
object.
- format(long, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
- format(Date, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
- format(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
- format(long, B) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a millisecond long
value into the
supplied StringBuffer
.
- format(Date, B) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a Date
object into the
supplied StringBuffer
using a GregorianCalendar
.
- format(Calendar, B) - Method in class org.apache.commons.lang3.time.FastDateFormat
-
Formats a Calendar
object into the
supplied StringBuffer
.
- format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- format(Object) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
Formats a Date
, Calendar
or
Long
(milliseconds) object.
- format(long) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- format(Date) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- format(Calendar) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- format(long, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- format(Date, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- format(Calendar, StringBuffer) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- format(long, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- format(Date, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- format(Calendar, B) - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
- FormatCache<F extends java.text.Format> - Class in org.apache.commons.lang3.time
-
FormatCache is a cache and factory for Format
s.
- FormatCache() - Constructor for class org.apache.commons.lang3.time.FormatCache
-
- FormatCache.MultipartKey - Class in org.apache.commons.lang3.time
-
Helper class to hold multi-part Map keys
- 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
-
- formatField - Variable in class org.apache.commons.lang3.time.FastDateParser.CopyQuotedStrategy
-
- 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.
- FormattableUtils - Class in org.apache.commons.lang3.text
-
- FormattableUtils() - Constructor for class org.apache.commons.lang3.text.FormattableUtils
-
Deprecated.
FormattableUtils
instances should NOT be constructed in
standard programming.
- formatter - Variable in class org.apache.commons.lang3.text.CompositeFormat
-
Deprecated.
The formatter to use.
- 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(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(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, 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.
- Fraction(int, int) - Constructor for class org.apache.commons.lang3.math.Fraction
-
Constructs a Fraction
instance with the 2 parts
of a fraction Y/Z.
- FTFF - Static variable in class org.apache.commons.lang3.Conversion
-
- FTFT - Static variable in class org.apache.commons.lang3.Conversion
-
- FTTF - Static variable in class org.apache.commons.lang3.Conversion
-
- FTTT - Static variable in class org.apache.commons.lang3.Conversion
-
- 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.
- future - Variable in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
Stores the handle to the background task.
- 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.
- 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.
- 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 long
s as needed.
- 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 long
s as needed.
- genericArrayType(Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Create a generic array type instance.
- GenericArrayTypeImpl(Type) - Constructor for class org.apache.commons.lang3.reflect.TypeUtils.GenericArrayTypeImpl
-
Constructor
- genericArrayTypeToString(GenericArrayType) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Format a GenericArrayType
as a String
.
- 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
-
Get (and initialize, if not initialized yet) the required object
- get() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
Returns the result of the background initialization.
- get() - Method in interface org.apache.commons.lang3.concurrent.ConcurrentInitializer
-
Returns the fully initialized object produced by this ConcurrentInitializer
.
- get() - Method in class org.apache.commons.lang3.concurrent.ConcurrentUtils.ConstantFuture
-
This implementation just returns the constant value.
- get(long, TimeUnit) - Method in class org.apache.commons.lang3.concurrent.ConcurrentUtils.ConstantFuture
-
This implementation just returns the constant value; it
does not block, therefore the timeout has no meaning.
- 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
-
Returns the object wrapped by this instance.
- get(String) - Static method in enum org.apache.commons.lang3.JavaVersion
-
Transforms the given string with a Java version number to the
corresponding constant of this enumeration class.
- 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
-
Returns 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
-
Returns an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.
- getAccessibleMethodFromInterfaceNest(Class<?>, String, Class<?>...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Returns an accessible method (that is, one that can be invoked via
reflection) that implements the specified method, by scanning through
all implemented interfaces and subinterfaces.
- getAccessibleMethodFromSuperclass(Class<?>, String, Class<?>...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Returns an accessible method (that is, one that can be invoked via
reflection) by scanning through the superclasses.
- getAcquireCount() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
- getActiveExecutor() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
Returns the ExecutorService
that is actually used for executing
the background task.
- getActualTypeArguments() - Method in class org.apache.commons.lang3.reflect.TypeUtils.ParameterizedTypeImpl
- 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.
- getAllInterfaces(Class<?>, HashSet<Class<?>>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Get the interfaces for the specified class.
- getAllSuperclasses(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets a List
of superclasses for the given class.
- getAllSuperclassesAndInterfaces(Class<?>) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
- getAllThreadGroups() - Static method in class org.apache.commons.lang3.ThreadUtils
-
Return 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
-
Return 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(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(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(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(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(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(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(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(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(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(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.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.
- getArch() - Method in class org.apache.commons.lang3.arch.Processor
-
- getArrayComponentType(Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Get 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.
- 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.
- getCache(int) - Static method in class org.apache.commons.lang3.time.FastDateParser
-
Get a cache of Strategies for a particular field
- 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
.
- getCanonicalName(String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Converts a given name of class into canonical format.
- getCause(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
- getCause(Throwable, String[]) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
- getCauseUsingMethodName(Throwable, String) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Finds a Throwable
by method name.
- getCharRanges() - Method in class org.apache.commons.lang3.CharSet
-
Gets the internal set as an array of CharRange objects.
- 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.
- getCheckIntervalStart() - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.CheckIntervalData
-
Returns the start time of the current check interval.
- getClass(ClassLoader, String, boolean) - Static method in class org.apache.commons.lang3.ClassUtils
-
Returns the class represented by className
using the
classLoader
.
- getClass(ClassLoader, String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Returns the (initialized) 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.
- getClosestParentType(Class<?>, Class<?>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Get the closest parent type to the
super class specified by superClass
.
- 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.
- getContent() - Method in class org.apache.commons.lang3.text.StrBuilder.StrBuilderTokenizer
-
Deprecated.
Gets the String content that the tokenizer is parsing.
- 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.
- getCount() - Method in class org.apache.commons.lang3.time.DurationFormatUtils.Token
-
Gets the current number of values represented
- getCSVClone() - Static method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Returns a clone of CSV_TOKENIZER_PROTOTYPE
.
- 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(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.
- 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.
- getDaemonFlag() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
-
Returns 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.
- getDateInstance(int, TimeZone, Locale) - Method in class org.apache.commons.lang3.time.FormatCache
-
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.
- getDateTimeInstance(Integer, Integer, TimeZone, Locale) - Method in class org.apache.commons.lang3.time.FormatCache
-
Gets a date/time formatter instance using the specified style,
time zone and locale.
- getDateTimeInstance(int, int, TimeZone, Locale) - Method in class org.apache.commons.lang3.time.FormatCache
-
Gets a date/time formatter instance using the specified style,
time zone and locale.
- 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
-
- 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 Diff
s.
- 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.
- getEnd() - Method in class org.apache.commons.lang3.CharRange
-
Gets the end character for this character range.
- getEnum(Class<E>, String) - Static method in class org.apache.commons.lang3.EnumUtils
-
Gets the enum for the class, returning null
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.
- getEscapeChar() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.
Returns the escape character.
- getEventCount() - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.CheckIntervalData
-
Returns the event counter.
- 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.ReflectionToStringBuilder
-
- 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
-
Returns 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.
- 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.
- getFormat(String) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
Get a custom format from a format description.
- 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(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(double) - Static method in class org.apache.commons.lang3.math.Fraction
-
Creates a Fraction
instance from a double
value.
- getFraction(String) - Static method in class org.apache.commons.lang3.math.Fraction
-
Creates a Fraction from a String
.
- getFragment(Date, int, TimeUnit) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Gets a Date fragment for any unit.
- getFragment(Calendar, int, TimeUnit) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Gets a Calendar fragment for any unit.
- getFragmentInDays(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of days within the
fragment.
- getFragmentInDays(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of days within the
fragment.
- getFragmentInHours(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of hours within the
fragment.
- getFragmentInHours(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of hours within the
fragment.
- getFragmentInMilliseconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of milliseconds within the
fragment.
- getFragmentInMilliseconds(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of milliseconds within the
fragment.
- getFragmentInMinutes(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of minutes within the
fragment.
- getFragmentInMinutes(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of minutes within the
fragment.
- getFragmentInSeconds(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of seconds within the
fragment.
- getFragmentInSeconds(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Returns the number of seconds within the
fragment.
- getFuture() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
- getFuzzyDistance(CharSequence, CharSequence, Locale) - Static method in class org.apache.commons.lang3.StringUtils
-
- getGenericComponentType() - Method in class org.apache.commons.lang3.reflect.TypeUtils.GenericArrayTypeImpl
- 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.
- getID() - Method in class org.apache.commons.lang3.time.GmtTimeZone
-
- 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
-
Returns 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
-
Returns 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
-
Returns an array containing the sole value of Object
if
WildcardType.getUpperBounds()
returns an empty array.
- getInitializer(String) - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
-
Returns the BackgroundInitializer
with the given name.
- getInstance(String...) - Static method in class org.apache.commons.lang3.CharSet
-
Factory method to create a new CharSet using a special syntax.
- 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, TimeZone) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a formatter instance using the specified pattern and
time zone.
- 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, Locale) - Static method in class org.apache.commons.lang3.time.FastDateFormat
-
Gets a formatter instance using the specified pattern, time zone
and locale.
- getInstance() - Method in class org.apache.commons.lang3.time.FormatCache
-
Gets a formatter instance using the default pattern in the
default timezone and locale.
- getInstance(String, TimeZone, Locale) - Method in class org.apache.commons.lang3.time.FormatCache
-
Gets a formatter instance using the specified pattern, time zone
and locale.
- getJaroWinklerDistance(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
- getJavaHome() - Static method in class org.apache.commons.lang3.SystemUtils
-
Gets the Java home directory as a File
.
- getJavaIoTmpDir() - Static method in class org.apache.commons.lang3.SystemUtils
-
Gets the Java IO temporary directory as a File
.
- getJavaVersion(String) - Static method in enum org.apache.commons.lang3.JavaVersion
-
Transforms the given string with a Java version number to the
corresponding constant of this enumeration class.
- getJavaVersionMatches(String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Decides if the Java version matches.
- getKey() - Method in class org.apache.commons.lang3.tuple.Pair
-
Gets the key from this pair.
- 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.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
-
- getLevenshteinDistance(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
- getLimit() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
Returns the limit enforced by this semaphore.
- getListenerCount() - Method in class org.apache.commons.lang3.event.EventListenerSupport
-
Returns the number of registered listeners.
- getListeners() - Method in class org.apache.commons.lang3.event.EventListenerSupport
-
Get 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
-
- getLocaleSpecificStrategy(int, Calendar) - Method in class org.apache.commons.lang3.time.FastDateParser
-
Construct a Strategy that parses a Text field
- getLowerBounds() - Method in class org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeImpl
- getMantissa(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
- getMantissa(String, int) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
- 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
-
Finds 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
-
Retrieves 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.
- getMaxWidth(ListIterator<FastDateParser.StrategyAndWidth>) - Method in class org.apache.commons.lang3.time.FastDateParser.StrategyAndWidth
-
- 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(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Gets a short message summarising the exception.
- 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.
- getName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Null-safe version of Class.getName()
- getName(Class<?>, String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Null-safe version of aClass.getName()
- getName(Object) - Static method in class org.apache.commons.lang3.ClassUtils
-
Null-safe version of Class.getName()
- getName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Null-safe version of aClass.getSimpleName()
- getNamingPattern() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
-
Returns the naming pattern for naming newly created threads.
- getNanoTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Get the time on the stopwatch in nanoseconds.
- getNewLineText() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Gets the text to be appended when a new line is added.
- getNextStrategy() - Method in class org.apache.commons.lang3.time.FastDateParser.StrategyParser
-
- 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.
- getObjectTransformationCost(Class<?>, Class<?>) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
Gets the number of steps required needed to turn the source class into
the destination class.
- getOffset(int, int, int, int, int, int) - Method in class org.apache.commons.lang3.time.GmtTimeZone
-
- 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.
- getOSMatches(String, String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Decides if the operating system matches.
- getOSMatchesName(String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Decides if the operating system matches.
- getOverrideHierarchy(Method, ClassUtils.Interfaces) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Get the hierarchy of overridden methods down to result
respecting generics.
- getOwnerType() - Method in class org.apache.commons.lang3.reflect.TypeUtils.ParameterizedTypeImpl
- getPackageCanonicalName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the package name from the canonical name of an Object
.
- getPackageCanonicalName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the package name from the canonical name of a Class
.
- getPackageCanonicalName(String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the package name from the canonical name.
- getPackageName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the package name of an Object
.
- getPackageName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the package name of a Class
.
- getPackageName(String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the package name from a String
.
- getParameterTypes() - Method in class org.apache.commons.lang3.reflect.MemberUtils.Executable
-
- getParser() - Method in class org.apache.commons.lang3.text.CompositeFormat
-
Deprecated.
Provides access to the parser Format implementation.
- 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
-
- getPatternForStyle(Integer, Integer, Locale) - Static method in class org.apache.commons.lang3.time.FormatCache
-
Gets a date/time format for the specified styles and locale.
- getPeriod() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
Returns the time period.
- getPrimitivePromotionCost(Class<?>, Class<?>) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
Gets the number of steps required to promote a primitive number to another
type.
- getPriority() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
-
Returns the priority of the threads created by this factory.
- getProcessor() - Static method in class org.apache.commons.lang3.ArchUtils
-
Returns a
Processor
object of the current JVM.
- getProcessor(String) - Static method in class org.apache.commons.lang3.ArchUtils
-
Returns a
Processor
object the given value
String
.
- getProperNumerator() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the proper numerator, always positive.
- 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.
- getQuotedString(String, ParsePosition) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
Consume quoted string only
- 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.
- getRawOffset() - Method in class org.apache.commons.lang3.time.GmtTimeZone
-
- getRawType(ParameterizedType) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Transforms the passed in type to a Class
object.
- getRawType(Type, Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Get the raw type of a Java type, given its context.
- getRawType() - Method in class org.apache.commons.lang3.reflect.TypeUtils.ParameterizedTypeImpl
- 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.
- getRegisterPair(Object, Object) - Static method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Converters value pair into a register pair.
- getRegistry() - Static method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Returns the registry of object pairs being traversed by the reflection
methods in the current thread.
- getRegistry() - Static method in class org.apache.commons.lang3.builder.HashCodeBuilder
-
Returns the registry of objects being traversed by the reflection methods in the current thread.
- 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.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
-
Introspects the Throwable
to obtain the root cause.
- getRootCauseMessage(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Gets a short message summarising the root cause exception.
- getRootCauseStackTrace(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Creates a compact stack trace for the root cause of the supplied
Throwable
.
- getRule(int) - Static method in class org.apache.commons.lang3.time.FastDatePrinter.Iso8601_Rule
-
Factory method for Iso8601_Rules.
- getShortCanonicalName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the canonical name minus the package name for an Object
.
- getShortCanonicalName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the canonical name minus the package name from a Class
.
- 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(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the class name minus the package name for an Object
.
- getShortClassName(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Gets the class name minus the package name from a Class
.
- 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 aClass.getSimpleName()
- getSimpleName(Class<?>, String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Null-safe version of aClass.getSimpleName()
- getSimpleName(Object) - Static method in class org.apache.commons.lang3.ClassUtils
-
Null-safe version of aClass.getSimpleName()
- getSimpleName(Object, String) - Static method in class org.apache.commons.lang3.ClassUtils
-
Null-safe version of aClass.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.
- getSplitNanoTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Get the split time on the stopwatch in nanoseconds.
- getSplitTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Get the split time on the stopwatch.
- getStackFrameList(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Produces a List
of stack frames - the message
is not included.
- getStackFrames(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Captures the stack trace associated with the specified
Throwable
object, decomposing it into a list of
stack frames.
- getStackFrames(String) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Returns an array where each element is a line from the argument.
- getStackTrace(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Gets the stack trace from a Throwable as a String.
- getStart() - Method in class org.apache.commons.lang3.CharRange
-
Gets the start character for this character range.
- getStartTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Returns the time this stopwatch was started.
- getStrategy(char, int, Calendar) - Method in class org.apache.commons.lang3.time.FastDateParser
-
Obtain a Strategy given a field from a SimpleDateFormat pattern
- getStrategy(int) - Static method in class org.apache.commons.lang3.time.FastDateParser.ISO8601TimeZoneStrategy
-
Factory method for ISO8601TimeZoneStrategies.
- 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.
- getSystemProperty(String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Gets a System property, defaulting to null
if the property cannot be read.
- getSystemThreadGroup() - Static method in class org.apache.commons.lang3.ThreadUtils
-
Return the system thread group (sometimes also referred as "root thread group").
- 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
-
Returns the number of threads this factory has already created.
- 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
-
Counts the number of Throwable
objects in the
exception chain.
- getThrowableList(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Returns the list of Throwable
objects in the
exception chain.
- getThrowables(Throwable) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Returns the list of Throwable
objects in the
exception chain.
- getTime() - Method in class org.apache.commons.lang3.time.StopWatch
-
Get the time on the stopwatch.
- getTime(TimeUnit) - Method in class org.apache.commons.lang3.time.StopWatch
-
Get the time on the stopwatch 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.
- getTimeInstance(int, TimeZone, Locale) - Method in class org.apache.commons.lang3.time.FormatCache
-
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.
- getTimeZoneDisplay(TimeZone, boolean, int, Locale) - Static method in class org.apache.commons.lang3.time.FastDatePrinter
-
Gets the time zone display name, using a cache for performance.
- 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
-
- getTotalTransformationCost(Class<?>[], MemberUtils.Executable) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
Returns the sum of the object transformation cost for each class in the
source argument list.
- getTrimmerMatcher() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Gets the trimmer character matcher.
- getTSVClone() - Static method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Returns a clone of TSV_TOKENIZER_PROTOTYPE
.
- getTSVInstance() - 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.
- getTSVInstance(char[]) - 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
-
- getType() - Method in class org.apache.commons.lang3.builder.Diff
-
Returns the type of the field.
- getType() - Method in interface org.apache.commons.lang3.reflect.Typed
-
Get 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
-
Retrieves 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.
- getTypeArguments(Type, Class<?>, Map<TypeVariable<?>, Type>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Return a map of the type arguments of type
in the context of toClass
.
- getTypeArguments(ParameterizedType, Class<?>, Map<TypeVariable<?>, Type>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Return a map of the type arguments of a parameterized type in the context of toClass
.
- getTypeArguments(Class<?>, Class<?>, Map<TypeVariable<?>, Type>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Return a map of the type arguments of a class in the context of toClass
.
- getUncaughtExceptionHandler() - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
-
Returns the UncaughtExceptionHandler
for the threads created by
this factory.
- getUnit() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
Returns the time unit.
- getUpperBounds() - Method in class org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeImpl
- getUpToClass() - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
Gets the last super class to stop appending fields for.
- getUserDir() - Static method in class org.apache.commons.lang3.SystemUtils
-
Gets the user directory as a File
.
- getUserHome() - Static method in class org.apache.commons.lang3.SystemUtils
-
Gets the user home directory as a File
.
- 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)
.
- 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.time.DurationFormatUtils.Token
-
Gets the particular value this token represents.
- getValue() - Method in class org.apache.commons.lang3.tuple.Pair
-
Gets the value from this pair.
- getValueDelimiterMatcher() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.
Gets the variable default value delimiter matcher currently in use.
- getVarArgs(Object[], Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Given an arguments array passed to a varargs method, return an array of arguments in the canonical form,
i.e.
- 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
-
Returns the wrapped ThreadFactory
.
- GMT_ID - Static variable in class org.apache.commons.lang3.time.TimeZones
-
A public version of TimeZone
's package private GMT_ID
field.
- GMT_OPTION - Static variable in class org.apache.commons.lang3.time.FastDateParser.TimeZoneStrategy
-
- GMT_PATTERN - Static variable in class org.apache.commons.lang3.time.FastTimeZone
-
- GmtTimeZone - Class in org.apache.commons.lang3.time
-
Custom timezone that contains offset from GMT.
- GmtTimeZone(boolean, int, int) - Constructor for class org.apache.commons.lang3.time.GmtTimeZone
-
- greatestCommonDivisor(int, int) - Static method in class org.apache.commons.lang3.math.Fraction
-
Gets the greatest common divisor of the absolute value of
two numbers, using the "binary gcd" method which avoids
division and modulo operations.
- GREENWICH - Static variable in class org.apache.commons.lang3.time.FastTimeZone
-
- iConstant - Variable in class org.apache.commons.lang3.builder.HashCodeBuilder
-
Constant to use in building the hashCode.
- id - Variable in class org.apache.commons.lang3.builder.IDKey
-
- ID - Static variable in class org.apache.commons.lang3.time.FastDateParser.TimeZoneStrategy
-
Index of zone id
- 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(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(StrBuilder, Object) - Static method in class org.apache.commons.lang3.ObjectUtils
-
- 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.
- IDKey - Class in org.apache.commons.lang3.builder
-
Wrap an identity key (System.identityHashCode())
so that an object can only be equal() to itself.
- IDKey(Object) - Constructor for class org.apache.commons.lang3.builder.IDKey
-
Constructor for IDKey
- 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
-
- ignoredMatcher - Variable in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
The ignored matcher
- ignoreEmptyTokens - Variable in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Whether to ignore empty tokens
- 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.
- 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.
- 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(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.
- increment(int) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.CheckIntervalData
-
Returns a new instance of CheckIntervalData
with the event counter
incremented by the given delta.
- 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.
- increment() - Method in class org.apache.commons.lang3.time.DurationFormatUtils.Token
-
Adds another one of the value
- 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.
- 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() - 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(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.
- 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.
- inDaylightTime(Date) - Method in class org.apache.commons.lang3.time.GmtTimeZone
-
- INDENT - Static variable in class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
-
Indenting of inner lines.
- 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.
- 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(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(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(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(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(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(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(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(CharSequence, int, int) - Static method in class org.apache.commons.lang3.CharSequenceUtils
-
Returns the index within cs
of the first occurrence of the
specified character, starting the search at the specified index.
- indexOf(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.CharSequenceUtils
-
Used by the indexOf(CharSequence methods) as a green implementation of indexOf.
- indexOf(Throwable, Class<?>, int, boolean) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Worker method for the indexOfType
methods.
- 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(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, 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(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, 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.
- indexOfAny(CharSequence, CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Find the first index of any of a set of potential substrings.
- 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, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Compares two CharSequences, and returns the index at which the
CharSequences begin to differ.
- 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.
- indexOfIgnoreCase(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Case in-sensitive find of the first index within a CharSequence.
- indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Case in-sensitive find of the first index within a CharSequence
from the specified position.
- indexOfThrowable(Throwable, Class<?>) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Returns the (zero based) index of the first Throwable
that matches the specified class (exactly) in the exception chain.
- indexOfThrowable(Throwable, Class<?>, int) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Returns the (zero based) index of the first Throwable
that matches the specified type in the exception chain from
a specified index.
- indexOfType(Throwable, Class<?>) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Returns the (zero based) index of the first Throwable
that matches the specified class or subclass in the exception chain.
- indexOfType(Throwable, Class<?>, int) - Static method in class org.apache.commons.lang3.exception.ExceptionUtils
-
Returns the (zero based) index of the first Throwable
that matches the specified type in the exception chain from
a specified index.
- InheritanceUtils - Class in org.apache.commons.lang3.reflect
-
Utility methods focusing on inheritance.
- InheritanceUtils() - Constructor for class org.apache.commons.lang3.reflect.InheritanceUtils
-
- init() - Static method in class org.apache.commons.lang3.ArchUtils
-
- init(Calendar) - Method in class org.apache.commons.lang3.time.FastDateParser
-
Initialize derived fields from defining fields.
- init() - Method in class org.apache.commons.lang3.time.FastDatePrinter
-
Initializes the instance for first use.
- init_IA64_32Bit() - Static method in class org.apache.commons.lang3.ArchUtils
-
- init_IA64_64Bit() - Static method in class org.apache.commons.lang3.ArchUtils
-
- init_PPC_32Bit() - Static method in class org.apache.commons.lang3.ArchUtils
-
- init_PPC_64Bit() - Static method in class org.apache.commons.lang3.ArchUtils
-
- init_X86_32Bit() - Static method in class org.apache.commons.lang3.ArchUtils
-
- init_X86_64Bit() - Static method in class org.apache.commons.lang3.ArchUtils
-
- INITIAL_COUNT - Static variable in class org.apache.commons.lang3.concurrent.ThresholdCircuitBreaker
-
The initial value of the internal counter.
- InitializationTask(ExecutorService) - Constructor for class org.apache.commons.lang3.concurrent.BackgroundInitializer.InitializationTask
-
Creates a new instance of InitializationTask
and initializes
it with the ExecutorService
to be destroyed at the end.
- initialize() - Method in class org.apache.commons.lang3.concurrent.AtomicInitializer
-
Creates and initializes the object managed by this AtomicInitializer
.
- initialize() - Method in class org.apache.commons.lang3.concurrent.AtomicSafeInitializer
-
Creates and initializes the object managed by this
AtomicInitializer
.
- initialize() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
Performs the initialization.
- initialize() - Method in class org.apache.commons.lang3.concurrent.CallableBackgroundInitializer
-
Performs initialization in a background thread.
- initialize(ConcurrentInitializer<T>) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
-
Invokes the specified ConcurrentInitializer
and returns the
object produced by the initializer.
- initialize() - Method in class org.apache.commons.lang3.concurrent.LazyInitializer
-
Creates and initializes the object managed by this LazyInitializer
.
- initialize() - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer
-
Creates the results object.
- initializerNames() - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
-
Returns a set with the names of all BackgroundInitializer
objects managed by the MultiBackgroundInitializer
.
- initializers - Variable in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
-
A map with the child initializers.
- initializeThread(Thread) - Method in class org.apache.commons.lang3.concurrent.BasicThreadFactory
-
Initializes the specified thread.
- initializeTransientFields(Class<L>, ClassLoader) - Method in class org.apache.commons.lang3.event.EventListenerSupport
-
Initialize transient fields.
- initializeUnchecked(ConcurrentInitializer<T>) - Static method in class org.apache.commons.lang3.concurrent.ConcurrentUtils
-
Invokes the specified ConcurrentInitializer
and transforms
occurring exceptions to runtime exceptions.
- initials(String) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.
Extracts the initial characters from each word in the String.
- initials(String, char...) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.
Extracts the initial characters from each word in the String.
- INNER_CLASS_SEPARATOR - Static variable in class org.apache.commons.lang3.ClassUtils
-
The inner class separator String: "$"
.
- INNER_CLASS_SEPARATOR_CHAR - Static variable in class org.apache.commons.lang3.ClassUtils
-
The inner class separator character: '$' == 36
.
- insert(int, boolean[], boolean...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, byte[], byte...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, char[], char...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, double[], double...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, float[], float...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, int[], int...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, long[], long...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, short[], short...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, T[], T...) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Inserts elements into an array at the given index (starting from zero).
- insert(int, Object) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts the string representation of an object into this builder.
- insert(int, String) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts the string into this builder.
- insert(int, char[]) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts the character array into this builder.
- insert(int, char[], int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts part of the character array into this builder.
- insert(int, boolean) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts the value into this builder.
- insert(int, char) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts the value into this builder.
- insert(int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts the value into this builder.
- insert(int, long) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts the value into this builder.
- insert(int, float) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts the value into this builder.
- insert(int, double) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Inserts the value into this builder.
- insertFormats(String, ArrayList<String>) - Method in class org.apache.commons.lang3.text.ExtendedMessageFormat
-
Deprecated.
Insert formats back into the pattern for toPattern() support.
- INSTANCE - Static variable in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitMonthField
-
- INSTANCE - Static variable in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitYearField
-
- INSTANCE - Static variable in class org.apache.commons.lang3.time.FastDatePrinter.UnpaddedMonthField
-
- INSTANCE_COLON - Static variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNumberRule
-
- INSTANCE_NO_COLON - Static variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNumberRule
-
- intArrayToLong(int[], int, long, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an array of int into a long using the default (little endian, Lsb0) byte and bit
ordering.
- INTEGER_MINUS_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Integer constant for minus one.
- INTEGER_ONE - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Integer constant for one.
- INTEGER_ZERO - Static variable in class org.apache.commons.lang3.math.NumberUtils
-
Reusable Integer constant for zero.
- Interfaces() - Constructor for enum org.apache.commons.lang3.ClassUtils.Interfaces
-
- intersectionWith(Range<T>) - Method in class org.apache.commons.lang3.Range
-
Calculate the intersection of this
and an overlapping Range.
- intToBinary(int, int, boolean[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an int into an array of boolean using the default (little endian, Lsb0) byte and
bit ordering.
- intToByteArray(int, int, byte[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an int into an array of byte using the default (little endian, Lsb0) byte and bit
ordering.
- intToHex(int, int, String, int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an int into an array of Char using the default (little endian, Lsb0) byte and bit
ordering.
- intToHexDigit(int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts the 4 lsb of an int to a hexadecimal digit.
- intToHexDigitMsb0(int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts the 4 lsb of an int to a hexadecimal digit encoded using the Msb0 bit ordering.
- intToShortArray(int, int, short[], int, int) - Static method in class org.apache.commons.lang3.Conversion
-
Converts an int into an array of short using the default (little endian, Lsb0) byte and
bit ordering.
- intValue() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets the fraction as an int
.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableByte
-
Returns the value of this MutableByte as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Returns the value of this MutableDouble as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Returns the value of this MutableFloat as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableInt
-
Returns the value of this MutableInt as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableLong
-
Returns the value of this MutableLong as an int.
- intValue() - Method in class org.apache.commons.lang3.mutable.MutableShort
-
Returns the value of this MutableShort as an int.
- invert() - Method in class org.apache.commons.lang3.math.Fraction
-
Gets a fraction that is the inverse (1/fraction) of this one.
- invert(String[][]) - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
-
Deprecated.
Used to invert an escape array into an unescape array
- invoke(Object, Method, Object[]) - Method in class org.apache.commons.lang3.event.EventListenerSupport.ProxyInvocationHandler
-
Propagates the method call to all registered listeners in place of
the proxy listener object.
- invoke(Object, Method, Object[]) - Method in class org.apache.commons.lang3.event.EventUtils.EventBindingInvocationHandler
-
Handles a method invocation on the proxy object.
- invokeConstructor(Class<T>, Object...) - Static method in class org.apache.commons.lang3.reflect.ConstructorUtils
-
Returns a new instance of the specified class inferring the right constructor
from the types of the arguments.
- invokeConstructor(Class<T>, Object[], Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.ConstructorUtils
-
Returns a new instance of the specified class choosing the right constructor
from the list of parameter types.
- invokeExactConstructor(Class<T>, Object...) - Static method in class org.apache.commons.lang3.reflect.ConstructorUtils
-
Returns a new instance of the specified class inferring the right constructor
from the types of the arguments.
- invokeExactConstructor(Class<T>, Object[], Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.ConstructorUtils
-
Returns a new instance of the specified class choosing the right constructor
from the list of parameter types.
- invokeExactMethod(Object, String) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a method whose parameter types match exactly the object
types.
- invokeExactMethod(Object, String, Object...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a method with no parameters.
- invokeExactMethod(Object, String, Object[], Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a method whose parameter types match exactly the parameter
types given.
- invokeExactStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a static
method whose parameter types match exactly the parameter
types given.
- invokeExactStaticMethod(Class<?>, String, Object...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a static
method whose parameter types match exactly the object
types.
- invokeMethod(Object, String) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a named method without parameters.
- invokeMethod(Object, boolean, String) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a named method without parameters.
- invokeMethod(Object, String, Object...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a named method whose parameter type matches the object type.
- invokeMethod(Object, boolean, String, Object...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a named method whose parameter type matches the object type.
- invokeMethod(Object, boolean, String, Object[], Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[], Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a named method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object...) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a named static
method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MethodUtils
-
Invokes a named static
method whose parameter type matches the object type.
- is(char) - Static method in class org.apache.commons.lang3.CharRange
-
Constructs a CharRange
over a single character.
- is(T) - Static method in class org.apache.commons.lang3.Range
-
Obtains a range using the specified element as both the minimum
and maximum in this range.
- is(T, Comparator<T>) - Static method in class org.apache.commons.lang3.Range
-
Obtains a range using the specified element as both the minimum
and maximum in this range.
- is32Bit() - Method in class org.apache.commons.lang3.arch.Processor
-
- is64Bit() - Method in class org.apache.commons.lang3.arch.Processor
-
- IS_JAVA_10 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 10 (also 10.x versions).
- IS_JAVA_1_1 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 1.1 (also 1.1.x versions).
- IS_JAVA_1_2 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 1.2 (also 1.2.x versions).
- IS_JAVA_1_3 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 1.3 (also 1.3.x versions).
- IS_JAVA_1_4 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 1.4 (also 1.4.x versions).
- IS_JAVA_1_5 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 1.5 (also 1.5.x versions).
- IS_JAVA_1_6 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 1.6 (also 1.6.x versions).
- IS_JAVA_1_7 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 1.7 (also 1.7.x versions).
- IS_JAVA_1_8 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 1.8 (also 1.8.x versions).
- IS_JAVA_1_9 - Static variable in class org.apache.commons.lang3.SystemUtils
-
- IS_JAVA_9 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Java version 9 (also 9.x versions).
- IS_OS_400 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is IBM OS/400.
- IS_OS_AIX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is AIX.
- IS_OS_FREE_BSD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is FreeBSD.
- IS_OS_HP_UX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is HP-UX.
- IS_OS_IRIX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Irix.
- IS_OS_LINUX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Linux.
- IS_OS_MAC - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac.
- IS_OS_MAC_OSX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac.
- IS_OS_MAC_OSX_CHEETAH - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Cheetah.
- IS_OS_MAC_OSX_EL_CAPITAN - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X El Capitan.
- IS_OS_MAC_OSX_JAGUAR - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Jaguar.
- IS_OS_MAC_OSX_LEOPARD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Leopard.
- IS_OS_MAC_OSX_LION - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Lion.
- IS_OS_MAC_OSX_MAVERICKS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Mavericks.
- IS_OS_MAC_OSX_MOUNTAIN_LION - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Mountain Lion.
- IS_OS_MAC_OSX_PANTHER - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Panther.
- IS_OS_MAC_OSX_PUMA - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Puma.
- IS_OS_MAC_OSX_SNOW_LEOPARD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Snow Leopard.
- IS_OS_MAC_OSX_TIGER - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Tiger.
- IS_OS_MAC_OSX_YOSEMITE - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Mac OS X Yosemite.
- IS_OS_NET_BSD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is NetBSD.
- IS_OS_OPEN_BSD - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is OpenBSD.
- IS_OS_OS2 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is OS/2.
- IS_OS_SOLARIS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Solaris.
- IS_OS_SUN_OS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is SunOS.
- IS_OS_UNIX - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is a UNIX like system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
- IS_OS_WINDOWS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows.
- IS_OS_WINDOWS_10 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows 10.
- IS_OS_WINDOWS_2000 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows 2000.
- IS_OS_WINDOWS_2003 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows 2003.
- IS_OS_WINDOWS_2008 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows Server 2008.
- IS_OS_WINDOWS_2012 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows Server 2012.
- IS_OS_WINDOWS_7 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows 7.
- IS_OS_WINDOWS_8 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows 8.
- IS_OS_WINDOWS_95 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows 95.
- IS_OS_WINDOWS_98 - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows 98.
- IS_OS_WINDOWS_ME - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows ME.
- IS_OS_WINDOWS_NT - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows NT.
- IS_OS_WINDOWS_VISTA - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows Vista.
- IS_OS_WINDOWS_XP - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is Windows XP.
- IS_OS_ZOS - Static variable in class org.apache.commons.lang3.SystemUtils
-
Is true
if this is z/OS.
- isAccessible(Class<?>) - Static method in class org.apache.commons.lang3.reflect.ConstructorUtils
-
Learn whether the specified class is generally accessible, i.e.
- isAccessible(Member) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
Returns whether a Member
is accessible.
- isAfter(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is after the specified element.
- isAfterRange(Range<T>) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is completely after the specified range.
- isAllBlank(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if all of the CharSequences are empty (""), null or whitespace only.
- isAllEmpty(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if all of the CharSequences are empty ("") or null.
- isAllLowerCase(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only lowercase characters.
- isAllSet(int) - Method in class org.apache.commons.lang3.BitField
-
Returns whether all of the bits are set or not.
- isAllUpperCase(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only uppercase characters.
- isAllZeros(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
- isAlpha(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode letters.
- isAlphanumeric(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode letters or digits.
- isAlphanumericSpace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode letters, digits
or space (' '
).
- isAlphaSpace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode letters and
space (' ').
- isAnyBlank(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if any of the CharSequences are empty ("") or null or whitespace only.
- isAnyEmpty(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if any of the CharSequences are empty ("") or null.
- isAppendStatics() - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
Gets whether or not to append static fields.
- isAppendTransients() - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
Gets whether or not to append transient fields.
- isArrayContentDetail() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
-
Gets whether to output array content detail.
- isArrayContentDetail() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to output array content detail.
- isArrayType(Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Learn whether the specified type denotes an array type.
- isAscii(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit.
- isAsciiAlpha(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic.
- isAsciiAlphaLower(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic lower case.
- isAsciiAlphanumeric(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiAlphaUpper(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic upper case.
- isAsciiControl(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit control.
- isAsciiNumeric(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiPrintable(char) - Static method in class org.apache.commons.lang3.CharUtils
-
Checks whether the character is ASCII 7 bit printable.
- isAsciiPrintable(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only ASCII printable characters.
- isAssignable(Class<?>[], Class<?>...) - Static method in class org.apache.commons.lang3.ClassUtils
-
Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Class<?>[], Class<?>[], boolean) - Static method in class org.apache.commons.lang3.ClassUtils
-
Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Class<?>, Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Checks if one Class
can be assigned to a variable of
another Class
.
- isAssignable(Class<?>, Class<?>, boolean) - Static method in class org.apache.commons.lang3.ClassUtils
-
Checks if one Class
can be assigned to a variable of
another Class
.
- isAssignable(Type, Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Checks if the subject type may be implicitly cast to the target type
following the Java generics rules.
- isAssignable(Type, Type, Map<TypeVariable<?>, Type>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Checks if the subject type may be implicitly cast to the target type
following the Java generics rules.
- isAssignable(Type, Class<?>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Checks if the subject type may be implicitly cast to the target class
following the Java generics rules.
- isAssignable(Type, ParameterizedType, Map<TypeVariable<?>, Type>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Checks if the subject type may be implicitly cast to the target
parameterized type following the Java generics rules.
- isAssignable(Type, GenericArrayType, Map<TypeVariable<?>, Type>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Checks if the subject type may be implicitly cast to the target
generic array type following the Java generics rules.
- isAssignable(Type, WildcardType, Map<TypeVariable<?>, Type>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Checks if the subject type may be implicitly cast to the target
wildcard type following the Java generics rules.
- isAssignable(Type, TypeVariable<?>, Map<TypeVariable<?>, Type>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Checks if the subject type may be implicitly cast to the target type
variable following the Java generics rules.
- isAssignableFrom(Class<?>, Class<?>) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the argument can be converted to the specified class, if not, throws an exception.
- isAssignableFrom(Class<?>, Class<?>, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the argument can be converted to the specified class, if not throws an exception.
- isAvailableLocale(Locale) - Static method in class org.apache.commons.lang3.LocaleUtils
-
Checks if the locale specified is in the list of available locales.
- isBefore(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is before the specified element.
- isBeforeRange(Range<T>) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is completely before the specified range.
- isBlank(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if a CharSequence is empty (""), null or whitespace only.
- isCancelled() - Method in class org.apache.commons.lang3.concurrent.ConcurrentUtils.ConstantFuture
-
This implementation always returns false; there
is no background process which could be cancelled.
- isCheckIntervalFinished(EventCountCircuitBreaker, EventCountCircuitBreaker.CheckIntervalData, long) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.StateStrategy
-
Returns a flag whether the end of the current check interval is reached.
- isClosed() - Method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
-
Returns the current closed state of this circuit breaker.
- isClosed() - Method in interface org.apache.commons.lang3.concurrent.CircuitBreaker
-
Returns the current closed state of this circuit breaker.
- isCreatable(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Checks whether the String a valid Java number.
- isDefaultFullDetail() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
-
Gets whether to use full detail when the caller doesn't
specify.
- isDefaultFullDetail() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to use full detail when the caller doesn't
specify.
- isDelimiter(char, char[]) - Static method in class org.apache.commons.lang3.text.WordUtils
-
Deprecated.
Is the character a delimiter.
- isDigits(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Checks whether the String
contains only
digit characters.
- isDone() - Method in class org.apache.commons.lang3.concurrent.ConcurrentUtils.ConstantFuture
-
This implementation always returns true because
the constant object managed by this Future
implementation is
always available.
- isEmpty(Object[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of Objects is empty or null
.
- isEmpty(long[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive longs is empty or null
.
- isEmpty(int[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive ints is empty or null
.
- isEmpty(short[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive shorts is empty or null
.
- isEmpty(char[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive chars is empty or null
.
- isEmpty(byte[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive bytes is empty or null
.
- isEmpty(double[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive doubles is empty or null
.
- isEmpty(float[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive floats is empty or null
.
- isEmpty(boolean[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive booleans is empty or null
.
- isEmpty(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if a CharSequence is empty ("") or null.
- isEmpty() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Checks is the string builder is empty (convenience Collections API style method).
- isEmptyTokenAsNull() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Gets whether the tokenizer currently returns empty tokens as null.
- isEnableSubstitutionInVariables() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.
Returns a flag whether substitution is done in variable names.
- isEndedBy(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range ends with the specified element.
- isEquals(Object, Object) - Static method in class org.apache.commons.lang3.ArrayUtils
-
- isEquals - Variable in class org.apache.commons.lang3.builder.EqualsBuilder
-
If the fields tested are equals.
- isEquals() - Method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Returns true
if the fields that have been checked
are all equal.
- isException(String) - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
-
Returns a flag whether the BackgroundInitializer
with the
given name caused an exception.
- isExcludeNullValues() - Method in class org.apache.commons.lang3.builder.ReflectionToStringBuilder
-
Gets whether or not to append fields whose values are null.
- isFalse(Boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Checks if a Boolean
value is false
,
handling null
by returning false
.
- isFalse() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
-
Checks if the current value is false
.
- isFieldSeparatorAtEnd() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
-
Gets whether the field separator should be added at the end
of each buffer.
- isFieldSeparatorAtEnd() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether the field separator should be added at the end
of each buffer.
- isFieldSeparatorAtStart() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
-
Gets whether the field separator should be added at the start
of each buffer.
- isFieldSeparatorAtStart() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether the field separator should be added at the start
of each buffer.
- isFormatLetter(char) - Static method in class org.apache.commons.lang3.time.FastDateParser
-
- isFullDetail(Boolean) - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Is this field to be output in full detail.
- isIA64() - Method in class org.apache.commons.lang3.arch.Processor
-
Checks if
Processor
is type of Intel Itanium.
- isIgnoreEmptyTokens() - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Gets whether the tokenizer currently ignores empty tokens.
- isIn(char, char) - Static method in class org.apache.commons.lang3.CharRange
-
Constructs a CharRange
over a set of characters.
- isInfinite() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Checks whether the double value is infinite.
- isInfinite() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Checks whether the float value is infinite.
- isInnerClass(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Is the specified class an inner class or static nested class.
- isInstance(Object, Type) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Checks if the given value can be assigned to the target type
following the Java generics rules.
- isInstanceOf(Class<?>, Object) - Static method in class org.apache.commons.lang3.Validate
-
Validates that the argument is an instance of the specified class, if not throws an exception.
- isInstanceOf(Class<?>, Object, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument is an instance of the specified class; otherwise
throwing an exception with the specified message.
- isISO3166CountryCode(String) - Static method in class org.apache.commons.lang3.LocaleUtils
-
Checks whether the given String is a ISO 3166 alpha-2 country code.
- isISO639LanguageCode(String) - Static method in class org.apache.commons.lang3.LocaleUtils
-
Checks whether the given String is a ISO 639 compliant language code.
- isJavaAwtHeadless() - Static method in class org.apache.commons.lang3.SystemUtils
-
- isJavaVersionAtLeast(JavaVersion) - Static method in class org.apache.commons.lang3.SystemUtils
-
Is the Java version at least the requested version.
- isJavaVersionMatch(String, String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Decides if the Java version matches.
- isJsonArray(String) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- isJsonObject(String) - Method in class org.apache.commons.lang3.builder.ToStringStyle.JsonToStringStyle
-
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang3.text.StrMatcher.CharMatcher
-
Deprecated.
Returns whether or not the given character matches.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang3.text.StrMatcher.CharSetMatcher
-
Deprecated.
Returns whether or not the given character matches.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.
Returns the number of matching characters, zero for no match.
- isMatch(char[], int) - Method in class org.apache.commons.lang3.text.StrMatcher
-
Deprecated.
Returns the number of matching characters, zero for no match.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang3.text.StrMatcher.NoMatcher
-
Deprecated.
Always returns false
.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang3.text.StrMatcher.StringMatcher
-
Deprecated.
Returns whether or not the given text matches the stored string.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang3.text.StrMatcher.TrimMatcher
-
Deprecated.
Returns whether or not the given character matches.
- isMatchingConstructor(Constructor<?>, Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
- isMatchingExecutable(MemberUtils.Executable, Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
- isMatchingMethod(Method, Class<?>[]) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
- isMixedCase(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains mixed casing of both uppercase and lowercase characters.
- isNaN() - Method in class org.apache.commons.lang3.mutable.MutableDouble
-
Checks whether the double value is the special NaN value.
- isNaN() - Method in class org.apache.commons.lang3.mutable.MutableFloat
-
Checks whether the float value is the special NaN value.
- isNaturalOrdering() - Method in class org.apache.commons.lang3.Range
-
Whether or not the Range is using the natural ordering of the elements.
- isNegated() - Method in class org.apache.commons.lang3.CharRange
-
Is this CharRange
negated.
- isNoneBlank(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if none of the CharSequences are empty (""), null or whitespace only.
- isNoneEmpty(CharSequence...) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if none of the CharSequences are empty ("") or null.
- isNot(char) - Static method in class org.apache.commons.lang3.CharRange
-
Constructs a negated CharRange
over a single character.
- isNotBlank(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if a CharSequence is not empty (""), not null and not whitespace only.
- isNotEmpty(T[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of Objects is not empty and not null
.
- isNotEmpty(long[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive longs is not empty and not null
.
- isNotEmpty(int[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive ints is not empty and not null
.
- isNotEmpty(short[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive shorts is not empty and not null
.
- isNotEmpty(char[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive chars is not empty and not null
.
- isNotEmpty(byte[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive bytes is not empty and not null
.
- isNotEmpty(double[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive doubles is not empty and not null
.
- isNotEmpty(float[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive floats is not empty and not null
.
- isNotEmpty(boolean[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks if an array of primitive booleans is not empty and not null
.
- isNotEmpty(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if a CharSequence is not empty ("") and not null.
- isNotFalse(Boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Checks if a Boolean
value is not false
,
handling null
by returning true
.
- isNotIn(char, char) - Static method in class org.apache.commons.lang3.CharRange
-
Constructs a negated CharRange
over a set of characters.
- isNotTrue(Boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Checks if a Boolean
value is not true
,
handling null
by returning true
.
- isNumber(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
- isNumber() - Method in class org.apache.commons.lang3.time.FastDateParser.CopyQuotedStrategy
-
Is this field a number?
The default implementation returns false.
- isNumber() - Method in class org.apache.commons.lang3.time.FastDateParser.NumberStrategy
-
Is this field a number?
The default implementation returns false.
- isNumber() - Method in class org.apache.commons.lang3.time.FastDateParser.PatternStrategy
-
Is this field a number?
The default implementation returns false.
- isNumber() - Method in class org.apache.commons.lang3.time.FastDateParser.Strategy
-
Is this field a number?
The default implementation returns false.
- isNumeric(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode digits.
- isNumericAreaCode(String) - Static method in class org.apache.commons.lang3.LocaleUtils
-
Checks whether the given String is a UN M.49 numeric area code.
- isNumericSpace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only Unicode digits or space
(' '
).
- ISO8601_HOURS - Static variable in class org.apache.commons.lang3.time.FastDatePrinter.Iso8601_Rule
-
- ISO8601_HOURS_COLON_MINUTES - Static variable in class org.apache.commons.lang3.time.FastDatePrinter.Iso8601_Rule
-
- ISO8601_HOURS_MINUTES - Static variable in class org.apache.commons.lang3.time.FastDatePrinter.Iso8601_Rule
-
- Iso8601_Rule(int) - Constructor for class org.apache.commons.lang3.time.FastDatePrinter.Iso8601_Rule
-
Constructs an instance of Iso8601_Rule
with the specified properties.
- ISO8601TimeZoneStrategy(String) - Constructor for class org.apache.commons.lang3.time.FastDateParser.ISO8601TimeZoneStrategy
-
Construct a Strategy that parses a TimeZone
- ISO8859_1_ESCAPE - Static variable in class org.apache.commons.lang3.text.translate.EntityArrays
-
Deprecated.
- ISO8859_1_ESCAPE() - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
-
Deprecated.
Mapping to escape
ISO-8859-1
characters to their named HTML 3.x equivalents.
- ISO8859_1_UNESCAPE - Static variable in class org.apache.commons.lang3.text.translate.EntityArrays
-
Deprecated.
- ISO8859_1_UNESCAPE() - Static method in class org.apache.commons.lang3.text.translate.EntityArrays
-
Deprecated.
- ISO_8601_1_STRATEGY - Static variable in class org.apache.commons.lang3.time.FastDateParser.ISO8601TimeZoneStrategy
-
- ISO_8601_2_STRATEGY - Static variable in class org.apache.commons.lang3.time.FastDateParser.ISO8601TimeZoneStrategy
-
- ISO_8601_3_STRATEGY - Static variable in class org.apache.commons.lang3.time.FastDateParser.ISO8601TimeZoneStrategy
-
- ISO_8601_EXTENDED_DATE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for date without time zone.
- ISO_8601_EXTENDED_DATETIME_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for date-time without time zone.
- ISO_8601_EXTENDED_DATETIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for date-time with time zone.
- ISO_8601_EXTENDED_TIME_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for time without time zone.
- ISO_8601_EXTENDED_TIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
ISO 8601 formatter for time with time zone.
- ISO_8859_1 - Static variable in class org.apache.commons.lang3.CharEncoding
-
Deprecated.
ISO Latin Alphabet #1, also known as ISO-LATIN-1.
- ISO_DATE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
- ISO_DATE_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
- ISO_DATETIME_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
- ISO_DATETIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
- ISO_EXTENDED_FORMAT_PATTERN - Static variable in class org.apache.commons.lang3.time.DurationFormatUtils
-
Pattern used with FastDateFormat
and SimpleDateFormat
for the ISO 8601 period format used in durations.
- ISO_TIME_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
- ISO_TIME_NO_T_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
- ISO_TIME_NO_T_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
- ISO_TIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang3.time.DateFormatUtils
-
- isOctalDigit(char) - Method in class org.apache.commons.lang3.text.translate.OctalUnescaper
-
Deprecated.
Checks if the given char is an octal digit.
- isOpen() - Method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
-
Returns the current open state of this circuit breaker.
- isOpen(AbstractCircuitBreaker.State) - Static method in class org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
-
Converts the given state value to a boolean open property.
- isOpen() - Method in interface org.apache.commons.lang3.concurrent.CircuitBreaker
-
Returns the current open state of this circuit breaker.
- isOSMatch(String, String, String, String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Decides if the operating system matches.
- isOSNameMatch(String, String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Decides if the operating system matches.
- isOSVersionMatch(String, String) - Static method in class org.apache.commons.lang3.SystemUtils
-
Decides if the operating system version matches.
- isOverlappedBy(Range<T>) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range is overlapped by the specified range.
- isPackageAccess(int) - Static method in class org.apache.commons.lang3.reflect.MemberUtils
-
Returns whether a given set of modifiers implies package access.
- isParsable(String) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Checks whether the given String is a parsable number.
- isPPC() - Method in class org.apache.commons.lang3.arch.Processor
-
- isPreserveEscapes() - Method in class org.apache.commons.lang3.text.StrSubstitutor
-
Deprecated.
Returns the flag controlling whether escapes are preserved during
substitution.
- isPrimitiveOrWrapper(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Returns whether the given type
is a primitive or primitive wrapper (Boolean
, Byte
, Character
,
Short
, Integer
, Long
, Double
, Float
).
- isPrimitiveWrapper(Class<?>) - Static method in class org.apache.commons.lang3.ClassUtils
-
Returns whether the given type
is a primitive wrapper (Boolean
, Byte
, Character
, Short
,
Integer
, Long
, Double
, Float
).
- isQuote(char[], int, int, int, int) - Method in class org.apache.commons.lang3.text.StrTokenizer
-
Deprecated.
Checks if the characters at the index specified match the quote
already matched in readNextToken().
- isRegistered(Object, Object) - Static method in class org.apache.commons.lang3.builder.EqualsBuilder
-
Returns true
if the registry contains the given object pair.
- isRegistered(Object) - Static method in class org.apache.commons.lang3.builder.HashCodeBuilder
-
Returns true
if the registry contains the given object.
- isRegistered(Object) - Static method in class org.apache.commons.lang3.builder.ToStringStyle
-
Returns true
if the registry contains the given object.
- isSameDay(Date, Date) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two date objects are on the same day ignoring time.
- isSameDay(Calendar, Calendar) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two calendar objects are on the same day ignoring time.
- isSameInstant(Date, Date) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two date objects represent the same instant in time.
- isSameInstant(Calendar, Calendar) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two calendar objects represent the same instant in time.
- isSameLength(Object[], Object[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isSameLength(long[], long[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isSameLength(int[], int[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isSameLength(short[], short[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isSameLength(char[], char[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isSameLength(byte[], byte[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isSameLength(double[], double[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isSameLength(float[], float[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isSameLength(boolean[], boolean[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length 0
.
- isSameLocalTime(Calendar, Calendar) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Checks if two calendar objects represent the same local time.
- isSameType(Object, Object) - Static method in class org.apache.commons.lang3.ArrayUtils
-
Checks whether two arrays are the same type taking into account
multi-dimensional arrays.
- isSet(int) - Method in class org.apache.commons.lang3.BitField
-
Returns whether the field is set or not.
- isSet(NumericEntityUnescaper.OPTION) - Method in class org.apache.commons.lang3.text.translate.NumericEntityUnescaper
-
Deprecated.
Whether the passed in option is currently set.
- isShutdown() - Method in class org.apache.commons.lang3.concurrent.TimedSemaphore
-
- isSorted(T[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to the class's
compareTo
method.
- isSorted(T[], Comparator<T>) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to the provided Comparator
.
- isSorted(int[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(long[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(short[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(double[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(float[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(byte[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(char[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering.
- isSorted(boolean[]) - Static method in class org.apache.commons.lang3.ArrayUtils
-
This method checks whether the provided array is sorted according to natural ordering
(false
before true
).
- isStarted() - Method in class org.apache.commons.lang3.concurrent.BackgroundInitializer
-
Returns a flag whether this BackgroundInitializer
has already
been started.
- isStarted() - Method in class org.apache.commons.lang3.time.StopWatch
-
The method is used to find out if the StopWatch is started.
- isStarted() - Method in enum org.apache.commons.lang3.time.StopWatch.State
-
The method is used to find out if the StopWatch is started.
- isStartedBy(T) - Method in class org.apache.commons.lang3.Range
-
Checks whether this range starts with the specified element.
- isStateTransition(EventCountCircuitBreaker, EventCountCircuitBreaker.CheckIntervalData, EventCountCircuitBreaker.CheckIntervalData) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.StateStrategy
-
Checks whether the specified CheckIntervalData
objects indicate that a
state transition should occur.
- isStateTransition(EventCountCircuitBreaker, EventCountCircuitBreaker.CheckIntervalData, EventCountCircuitBreaker.CheckIntervalData) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.StateStrategyClosed
-
Checks whether the specified CheckIntervalData
objects indicate that a
state transition should occur.
- isStateTransition(EventCountCircuitBreaker, EventCountCircuitBreaker.CheckIntervalData, EventCountCircuitBreaker.CheckIntervalData) - Method in class org.apache.commons.lang3.concurrent.EventCountCircuitBreaker.StateStrategyOpen
-
Checks whether the specified CheckIntervalData
objects indicate that a
state transition should occur.
- isStopped() - Method in class org.apache.commons.lang3.time.StopWatch
-
This method is used to find out whether the StopWatch is stopped.
- isStopped() - Method in enum org.apache.commons.lang3.time.StopWatch.State
-
This method is used to find out whether the StopWatch is stopped.
- isSuccessful() - Method in class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
-
Returns a flag whether the whole initialization was successful.
- isSupported(String) - Static method in class org.apache.commons.lang3.CharEncoding
-
- isSuspended() - Method in class org.apache.commons.lang3.time.StopWatch
-
This method is used to find out whether the StopWatch is suspended.
- isSuspended() - Method in enum org.apache.commons.lang3.time.StopWatch.State
-
This method is used to find out whether the StopWatch is suspended.
- isTrue(Boolean) - Static method in class org.apache.commons.lang3.BooleanUtils
-
Checks if a Boolean
value is true
,
handling null
by returning false
.
- isTrue() - Method in class org.apache.commons.lang3.mutable.MutableBoolean
-
Checks if the current value is true
.
- isTrue(boolean, String, long) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument condition is true
; otherwise
throwing an exception with the specified message.
- isTrue(boolean, String, double) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument condition is true
; otherwise
throwing an exception with the specified message.
- isTrue(boolean, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument condition is true
; otherwise
throwing an exception with the specified message.
- isTrue(boolean) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the argument condition is true
; otherwise
throwing an exception.
- isUseClassName() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
-
Gets whether to use the class name.
- isUseClassName() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to use the class name.
- isUseFieldNames() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
-
Gets whether to use the field names passed in.
- isUseFieldNames() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to use the field names passed in.
- isUseIdentityHashCode() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
-
Gets whether to use the identity hash code.
- isUseIdentityHashCode() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to use the identity hash code.
- isUseShortClassName() - Method in class org.apache.commons.lang3.builder.StandardToStringStyle
-
Gets whether to output short or long class names.
- isUseShortClassName() - Method in class org.apache.commons.lang3.builder.ToStringStyle
-
Gets whether to output short or long class names.
- isValidAnnotationMemberType(Class<?>) - Static method in class org.apache.commons.lang3.AnnotationUtils
-
Checks if the specified type is permitted as an annotation member.
- isValidEnum(Class<E>, String) - Static method in class org.apache.commons.lang3.EnumUtils
-
Checks if the specified name is a valid enum for the class.
- isVarArgs - Variable in class org.apache.commons.lang3.reflect.MemberUtils.Executable
-
- isVarArgs() - Method in class org.apache.commons.lang3.reflect.MemberUtils.Executable
-
- isWhitespace(CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
Checks if the CharSequence contains only whitespace.
- isX86() - Method in class org.apache.commons.lang3.arch.Processor
-
- isZeroToThree(char) - Method in class org.apache.commons.lang3.text.translate.OctalUnescaper
-
Deprecated.
Checks if the given char is the character representation of one of the digit from 0 to 3.
- iterator() - Method in class org.apache.commons.lang3.builder.DiffResult
-
Returns an iterator over the Diff
objects contained in this list.
- iterator() - Method in class org.apache.commons.lang3.CharRange
-
Returns an iterator which can be used to walk through the characters described by this range.
- iterator(Date, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Constructs an Iterator
over each day in a date
range defined by a focus date and range style.
- iterator(Calendar, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Constructs an Iterator
over each day in a date
range defined by a focus date and range style.
- iterator(Object, int) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Constructs an Iterator
over each day in a date
range defined by a focus date and range style.
- iToString - Variable in class org.apache.commons.lang3.CharRange
-
Cached toString.
- iTotal - Variable in class org.apache.commons.lang3.builder.HashCodeBuilder
-
Running total of the hashCode.
- M - Static variable in class org.apache.commons.lang3.time.DurationFormatUtils
-
- m - Static variable in class org.apache.commons.lang3.time.DurationFormatUtils
-
- map - Variable in class org.apache.commons.lang3.text.StrLookup.MapStrLookup
-
Deprecated.
Map keys are variable names and value.
- mapLookup(Map<String, V>) - Static method in class org.apache.commons.lang3.text.StrLookup
-
Deprecated.
Returns a lookup which looks up values using a map.
- MapStrLookup(Map<String, V>) - Constructor for class org.apache.commons.lang3.text.StrLookup.MapStrLookup
-
Deprecated.
Creates a new instance backed by a Map.
- mapTypeVariablesToArguments(Class<T>, ParameterizedType, Map<TypeVariable<?>, Type>) - Static method in class org.apache.commons.lang3.reflect.TypeUtils
-
Performs a mapping of type variables.
- mark - Variable in class org.apache.commons.lang3.text.StrBuilder.StrBuilderReader
-
Deprecated.
The last mark position.
- mark(int) - Method in class org.apache.commons.lang3.text.StrBuilder.StrBuilderReader
-
Deprecated.
- markSupported() - Method in class org.apache.commons.lang3.text.StrBuilder.StrBuilderReader
-
Deprecated.
- matches(CharSequence, CharSequence) - Static method in class org.apache.commons.lang3.StringUtils
-
- matchesPattern(CharSequence, String) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument character sequence matches the specified regular
expression pattern; otherwise throwing an exception.
- matchesPattern(CharSequence, String, String, Object...) - Static method in class org.apache.commons.lang3.Validate
-
Validate that the specified argument character sequence matches the specified regular
expression pattern; otherwise throwing an exception with the specified message.
- max(double...) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Returns the maximum value in an array.
- max(float...) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Returns the maximum value in an array.
- max(double, double, double) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the maximum of three double
values.
- max(double, double) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the maximum of two double
values.
- max(float, float, float) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the maximum of three float
values.
- max(float, float) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the maximum of two float
values.
- max(long...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(int...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(short...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(byte...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(double...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(float...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the maximum value in an array.
- max(long, long, long) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three long
values.
- max(int, int, int) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three int
values.
- max(short, short, short) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three short
values.
- max(byte, byte, byte) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three byte
values.
- max(double, double, double) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three double
values.
- max(float, float, float) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the maximum of three float
values.
- max(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Null safe comparison of Comparables.
- MAX_DIGITS - Static variable in class org.apache.commons.lang3.time.FastDatePrinter
-
- maximum - Variable in class org.apache.commons.lang3.Range
-
The maximum value in this range (inclusive).
- maxVersion() - Static method in enum org.apache.commons.lang3.JavaVersion
-
Gets the Java Version from the system or 99.0 if the java.specification.version
system property is not set.
- mColon - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNumberRule
-
- mDaylight - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNameRule
-
- median(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Find the "best guess" middle value among comparables.
- median(Comparator<T>, T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Find the "best guess" middle value among comparables.
- MEDIUM - Static variable in class org.apache.commons.lang3.time.FastDateFormat
-
MEDIUM locale dependent date or time style.
- MEDIUM - Static variable in class org.apache.commons.lang3.time.FastDatePrinter
-
MEDIUM locale dependent date or time style.
- memberEquals(Class<?>, Object, Object) - Static method in class org.apache.commons.lang3.AnnotationUtils
-
Helper method for checking whether two objects of the given type are
equal.
- MemberUtils - Class in org.apache.commons.lang3.reflect
-
Contains common code for working with
Methods
/
Constructors
,
extracted and refactored from
MethodUtils
when it was imported from Commons BeanUtils.
- MemberUtils() - Constructor for class org.apache.commons.lang3.reflect.MemberUtils
-
- MemberUtils.Executable - Class in org.apache.commons.lang3.reflect
-
A class providing a subset of the API of java.lang.reflect.Executable in Java 1.8,
providing a common representation for function signatures for Constructors and Methods.
- Memoizer<I,O> - Class 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.
- Memoizer(Computable<I, O>) - Constructor for class org.apache.commons.lang3.concurrent.Memoizer
-
Constructs a Memoizer for the provided Computable calculation.
- Memoizer(Computable<I, O>, boolean) - Constructor for class org.apache.commons.lang3.concurrent.Memoizer
-
Constructs a Memoizer for the provided Computable calculation, with the
option of whether a Computation that experiences an error should
recalculate on subsequent calls or return the same cached exception.
- methodName - Variable in class org.apache.commons.lang3.event.EventUtils.EventBindingInvocationHandler
-
- MethodUtils - Class in org.apache.commons.lang3.reflect
-
Utility reflection methods focused on Method
s, originally from Commons BeanUtils.
- MethodUtils() - Constructor for class org.apache.commons.lang3.reflect.MethodUtils
-
MethodUtils
instances should NOT be constructed in standard programming.
- mField - Variable in class org.apache.commons.lang3.time.FastDatePrinter.PaddedNumberField
-
- mField - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TextField
-
- mField - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TwoDigitNumberField
-
- mField - Variable in class org.apache.commons.lang3.time.FastDatePrinter.UnpaddedNumberField
-
- mid(String, int, int) - Static method in class org.apache.commons.lang3.StringUtils
-
Gets len
characters from the middle of a String.
- middle - Variable in class org.apache.commons.lang3.tuple.ImmutableTriple
-
Middle object
- middle - Variable in class org.apache.commons.lang3.tuple.MutableTriple
-
Middle object
- midString(int, int) - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Extracts some characters from the middle of the string builder without
throwing an exception.
- MILLIS_PER_DAY - Static variable in class org.apache.commons.lang3.time.DateUtils
-
Number of milliseconds in a standard day.
- MILLIS_PER_HOUR - Static variable in class org.apache.commons.lang3.time.DateUtils
-
Number of milliseconds in a standard hour.
- MILLIS_PER_MINUTE - Static variable in class org.apache.commons.lang3.time.DateUtils
-
Number of milliseconds in a standard minute.
- MILLIS_PER_SECOND - Static variable in class org.apache.commons.lang3.time.DateUtils
-
Number of milliseconds in a standard second.
- MILLISECOND_STRATEGY - Static variable in class org.apache.commons.lang3.time.FastDateParser
-
- MILLISECONDS_PER_MINUTE - Static variable in class org.apache.commons.lang3.time.GmtTimeZone
-
- min(double...) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Returns the minimum value in an array.
- min(float...) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Returns the minimum value in an array.
- min(double, double, double) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the minimum of three double
values.
- min(double, double) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the minimum of two double
values.
- min(float, float, float) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the minimum of three float
values.
- min(float, float) - Static method in class org.apache.commons.lang3.math.IEEE754rUtils
-
Gets the minimum of two float
values.
- min(long...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(int...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(short...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(byte...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(double...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(float...) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Returns the minimum value in an array.
- min(long, long, long) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three long
values.
- min(int, int, int) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three int
values.
- min(short, short, short) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three short
values.
- min(byte, byte, byte) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three byte
values.
- min(double, double, double) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three double
values.
- min(float, float, float) - Static method in class org.apache.commons.lang3.math.NumberUtils
-
Gets the minimum of three float
values.
- min(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Null safe comparison of Comparables.
- minimizeCapacity() - Method in class org.apache.commons.lang3.text.StrBuilder
-
Deprecated.
Minimizes the capacity to the actual length of the string.
- minimum - Variable in class org.apache.commons.lang3.Range
-
The minimum value in this range (inclusive).
- MINUTE_STRATEGY - Static variable in class org.apache.commons.lang3.time.FastDateParser
-
- MINUTES_PER_HOUR - Static variable in class org.apache.commons.lang3.time.GmtTimeZone
-
- mLocale - Variable in class org.apache.commons.lang3.time.FastDatePrinter
-
The locale.
- mLocale - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneDisplayKey
-
- mLocale - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNameRule
-
- mMaxLengthEstimate - Variable in class org.apache.commons.lang3.time.FastDatePrinter
-
The estimated maximum length.
- mode(T...) - Static method in class org.apache.commons.lang3.ObjectUtils
-
Find the most frequently occurring item.
- modify(String, String[], boolean) - Static method in class org.apache.commons.lang3.CharSetUtils
-
Implementation of delete and keep
- modify(Calendar, int, DateUtils.ModifyType) - Static method in class org.apache.commons.lang3.time.DateUtils
-
Internal calculation method.
- modify(FastDateParser, int) - Method in class org.apache.commons.lang3.time.FastDateParser.NumberStrategy
-
Make any modifications to parsed integer
- ModifyType() - Constructor for enum org.apache.commons.lang3.time.DateUtils.ModifyType
-
- mPattern - Variable in class org.apache.commons.lang3.time.FastDatePrinter
-
The pattern.
- mRule - Variable in class org.apache.commons.lang3.time.FastDatePrinter.DayInWeekField
-
- mRule - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TwelveHourField
-
- mRule - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TwentyFourHourField
-
- mRule - Variable in class org.apache.commons.lang3.time.FastDatePrinter.WeekYear
-
- mRules - Variable in class org.apache.commons.lang3.time.FastDatePrinter
-
The parsed rules.
- mSize - Variable in class org.apache.commons.lang3.time.FastDatePrinter.PaddedNumberField
-
- mStandard - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNameRule
-
- mStyle - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneDisplayKey
-
- mStyle - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneNameRule
-
- mTimeZone - Variable in class org.apache.commons.lang3.time.FastDatePrinter
-
The time zone.
- mTimeZone - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TimeZoneDisplayKey
-
- mulAndCheck(int, int) - Static method in class org.apache.commons.lang3.math.Fraction
-
Multiply two integers, checking for overflow.
- mulPosAndCheck(int, int) - Static method in class org.apache.commons.lang3.math.Fraction
-
Multiply two non-negative integers, checking for overflow.
- MULTI_LINE_STYLE - Static variable in class org.apache.commons.lang3.builder.ToStringStyle
-
The multi line toString style.
- MultiBackgroundInitializer - Class in org.apache.commons.lang3.concurrent
-
A specialized
BackgroundInitializer
implementation that can deal with
multiple background initialization tasks.
- MultiBackgroundInitializer() - Constructor for class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer
-
Creates a new instance of MultiBackgroundInitializer
.
- MultiBackgroundInitializer(ExecutorService) - Constructor for class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer
-
Creates a new instance of MultiBackgroundInitializer
and
initializes it with the given external ExecutorService
.
- MultiBackgroundInitializer.MultiBackgroundInitializerResults - Class in org.apache.commons.lang3.concurrent
-
A data class for storing the results of the background initialization
performed by MultiBackgroundInitializer
.
- MultiBackgroundInitializerResults(Map<String, BackgroundInitializer<?>>, Map<String, Object>, Map<String, ConcurrentException>) - Constructor for class org.apache.commons.lang3.concurrent.MultiBackgroundInitializer.MultiBackgroundInitializerResults
-
Creates a new instance of MultiBackgroundInitializerResults
and initializes it with maps for the BackgroundInitializer
objects, their result objects and the exceptions thrown by them.
- MultilineRecursiveToStringStyle - Class in org.apache.commons.lang3.builder
-
- MultilineRecursiveToStringStyle() - Constructor for class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
-
Constructor.
- MultiLineToStringStyle() - Constructor for class org.apache.commons.lang3.builder.ToStringStyle.MultiLineToStringStyle
-
Constructor.
- MultipartKey(Object...) - Constructor for class org.apache.commons.lang3.time.FormatCache.MultipartKey
-
Constructs an instance of MultipartKey
to hold the specified objects.
- multiplyBy(Fraction) - Method in class org.apache.commons.lang3.math.Fraction
-
Multiplies the value of this fraction by another, returning the
result in reduced form.
- Mutable<T> - Interface in org.apache.commons.lang3.mutable
-
Provides mutable access to a value.
- MutableBoolean - Class in org.apache.commons.lang3.mutable
-
A mutable boolean
wrapper.
- MutableBoolean() - Constructor for class org.apache.commons.lang3.mutable.MutableBoolean
-
Constructs a new MutableBoolean with the default value of false.
- MutableBoolean(boolean) - Constructor for class org.apache.commons.lang3.mutable.MutableBoolean
-
Constructs a new MutableBoolean with the specified value.
- MutableBoolean(Boolean) - Constructor for class org.apache.commons.lang3.mutable.MutableBoolean
-
Constructs a new MutableBoolean with the specified value.
- MutableByte - Class in org.apache.commons.lang3.mutable
-
A mutable byte
wrapper.
- MutableByte() - Constructor for class org.apache.commons.lang3.mutable.MutableByte
-
Constructs a new MutableByte with the default value of zero.
- MutableByte(byte) - Constructor for class org.apache.commons.lang3.mutable.MutableByte
-
Constructs a new MutableByte with the specified value.
- MutableByte(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableByte
-
Constructs a new MutableByte with the specified value.
- MutableByte(String) - Constructor for class org.apache.commons.lang3.mutable.MutableByte
-
Constructs a new MutableByte parsing the given string.
- MutableDouble - Class in org.apache.commons.lang3.mutable
-
A mutable double
wrapper.
- MutableDouble() - Constructor for class org.apache.commons.lang3.mutable.MutableDouble
-
Constructs a new MutableDouble with the default value of zero.
- MutableDouble(double) - Constructor for class org.apache.commons.lang3.mutable.MutableDouble
-
Constructs a new MutableDouble with the specified value.
- MutableDouble(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableDouble
-
Constructs a new MutableDouble with the specified value.
- MutableDouble(String) - Constructor for class org.apache.commons.lang3.mutable.MutableDouble
-
Constructs a new MutableDouble parsing the given string.
- MutableFloat - Class in org.apache.commons.lang3.mutable
-
A mutable float
wrapper.
- MutableFloat() - Constructor for class org.apache.commons.lang3.mutable.MutableFloat
-
Constructs a new MutableFloat with the default value of zero.
- MutableFloat(float) - Constructor for class org.apache.commons.lang3.mutable.MutableFloat
-
Constructs a new MutableFloat with the specified value.
- MutableFloat(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableFloat
-
Constructs a new MutableFloat with the specified value.
- MutableFloat(String) - Constructor for class org.apache.commons.lang3.mutable.MutableFloat
-
Constructs a new MutableFloat parsing the given string.
- MutableInt - Class in org.apache.commons.lang3.mutable
-
A mutable int
wrapper.
- MutableInt() - Constructor for class org.apache.commons.lang3.mutable.MutableInt
-
Constructs a new MutableInt with the default value of zero.
- MutableInt(int) - Constructor for class org.apache.commons.lang3.mutable.MutableInt
-
Constructs a new MutableInt with the specified value.
- MutableInt(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableInt
-
Constructs a new MutableInt with the specified value.
- MutableInt(String) - Constructor for class org.apache.commons.lang3.mutable.MutableInt
-
Constructs a new MutableInt parsing the given string.
- MutableLong - Class in org.apache.commons.lang3.mutable
-
A mutable long
wrapper.
- MutableLong() - Constructor for class org.apache.commons.lang3.mutable.MutableLong
-
Constructs a new MutableLong with the default value of zero.
- MutableLong(long) - Constructor for class org.apache.commons.lang3.mutable.MutableLong
-
Constructs a new MutableLong with the specified value.
- MutableLong(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableLong
-
Constructs a new MutableLong with the specified value.
- MutableLong(String) - Constructor for class org.apache.commons.lang3.mutable.MutableLong
-
Constructs a new MutableLong parsing the given string.
- MutableObject<T> - Class in org.apache.commons.lang3.mutable
-
A mutable Object
wrapper.
- MutableObject() - Constructor for class org.apache.commons.lang3.mutable.MutableObject
-
Constructs a new MutableObject with the default value of null
.
- MutableObject(T) - Constructor for class org.apache.commons.lang3.mutable.MutableObject
-
Constructs a new MutableObject with the specified value.
- MutablePair<L,R> - Class in org.apache.commons.lang3.tuple
-
A mutable pair consisting of two Object
elements.
- MutablePair() - Constructor for class org.apache.commons.lang3.tuple.MutablePair
-
Create a new pair instance of two nulls.
- MutablePair(L, R) - Constructor for class org.apache.commons.lang3.tuple.MutablePair
-
Create a new pair instance.
- MutableShort - Class in org.apache.commons.lang3.mutable
-
A mutable short
wrapper.
- MutableShort() - Constructor for class org.apache.commons.lang3.mutable.MutableShort
-
Constructs a new MutableShort with the default value of zero.
- MutableShort(short) - Constructor for class org.apache.commons.lang3.mutable.MutableShort
-
Constructs a new MutableShort with the specified value.
- MutableShort(Number) - Constructor for class org.apache.commons.lang3.mutable.MutableShort
-
Constructs a new MutableShort with the specified value.
- MutableShort(String) - Constructor for class org.apache.commons.lang3.mutable.MutableShort
-
Constructs a new MutableShort parsing the given string.
- MutableTriple<L,M,R> - Class in org.apache.commons.lang3.tuple
-
A mutable triple consisting of three Object
elements.
- MutableTriple() - Constructor for class org.apache.commons.lang3.tuple.MutableTriple
-
Create a new triple instance of three nulls.
- MutableTriple(L, M, R) - Constructor for class org.apache.commons.lang3.tuple.MutableTriple
-
Create a new triple instance.
- mValue - Variable in class org.apache.commons.lang3.time.FastDatePrinter.CharacterLiteral
-
- mValue - Variable in class org.apache.commons.lang3.time.FastDatePrinter.StringLiteral
-
- mValues - Variable in class org.apache.commons.lang3.time.FastDatePrinter.TextField
-