Serialized Form
- 
Package org.apache.commons.lang3- 
Class org.apache.commons.lang3.CharSetclass CharSet extends Object implements Serializable- serialVersionUID:
- 5947847346149275958L
 - 
Serialized Fields- 
setSet<org.apache.commons.lang3.CharRange> set The set of CharRange objects.
 
- 
 
- 
Class org.apache.commons.lang3.DoubleRange- serialVersionUID:
- 1L
 
- 
Class org.apache.commons.lang3.IntegerRange- serialVersionUID:
- 1L
 
- 
Class org.apache.commons.lang3.LongRange- serialVersionUID:
- 1L
 
- 
Exception org.apache.commons.lang3.NotImplementedExceptionclass NotImplementedException extends UnsupportedOperationException implements Serializable- serialVersionUID:
- 20131021L
 - 
Serialized Fields- 
codeString code A resource for more information regarding the lack of implementation.
 
- 
 
- 
Class org.apache.commons.lang3.NumberRange- serialVersionUID:
- 1L
 
- 
Class org.apache.commons.lang3.ObjectUtils.Nullclass Null extends Object implements Serializable- serialVersionUID:
- 7092611880189329093L
 - 
Serialization Methods- 
readResolveEnsure Singleton after serialization.
 
- 
 
- 
Class org.apache.commons.lang3.Rangeclass Range extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
comparatorComparator<T> comparator The ordering scheme used in this range.
- 
maximumT maximum The maximum value in this range (inclusive).
- 
minimumT minimum The minimum value in this range (inclusive).
 
- 
 
- 
Exception org.apache.commons.lang3.SerializationExceptionclass SerializationException extends RuntimeException implements Serializable- serialVersionUID:
- 4029025366392702726L
 
 
- 
- 
Package org.apache.commons.lang3.builder- 
Class org.apache.commons.lang3.builder.Diff- serialVersionUID:
- 1L
 
- 
Class org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleclass MultilineRecursiveToStringStyle extends RecursiveToStringStyle implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
spacesint spaces Current indenting.
 
- 
 
- 
Class org.apache.commons.lang3.builder.RecursiveToStringStyleclass RecursiveToStringStyle extends ToStringStyle implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.commons.lang3.builder.StandardToStringStyleclass StandardToStringStyle extends ToStringStyle implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.commons.lang3.builder.ToStringStyleclass ToStringStyle extends Object implements Serializable- serialVersionUID:
- -2587890625525655916L
 - 
Serialized Fields- 
arrayContentDetailboolean arrayContentDetail The detail for array content.
- 
arrayEndString arrayEnd The array end''}.
- 
arraySeparatorString arraySeparator The array separator','.
- 
arrayStartString arrayStart The array start'{'.
- 
contentEndString contentEnd The content end']'.
- 
contentStartString contentStart The content start'['.
- 
defaultFullDetailboolean defaultFullDetail The value to use when fullDetail isnull, the default value istrue.
- 
fieldNameValueSeparatorString fieldNameValueSeparator The field name value separator'='.
- 
fieldSeparatorString fieldSeparator The field separator','.
- 
fieldSeparatorAtEndboolean fieldSeparatorAtEnd Whether the field separator should be added after any other fields.
- 
fieldSeparatorAtStartboolean fieldSeparatorAtStart Whether the field separator should be added before any other fields.
- 
nullTextString nullText Thenulltext"<null>".
- 
sizeEndTextString sizeEndText The summary size text start">".
- 
sizeStartTextString sizeStartText The summary size text start"<size=".
- 
summaryObjectEndTextString summaryObjectEndText The summary object text start">".
- 
summaryObjectStartTextString summaryObjectStartText The summary object text start"<".
- 
useClassNameboolean useClassName Whether to use the class name, the default istrue.
- 
useFieldNamesboolean useFieldNames Whether to use the field names, the default istrue.
- 
useIdentityHashCodeboolean useIdentityHashCode Whether to use the identity hash code, the default istrue.
- 
useShortClassNameboolean useShortClassName Whether to use short class names, the default isfalse.
 
- 
 
 
- 
- 
Package org.apache.commons.lang3.compare- 
Class org.apache.commons.lang3.compare.ObjectToStringComparatorclass ObjectToStringComparator extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.commons.lang3.concurrent- 
Exception org.apache.commons.lang3.concurrent.CircuitBreakingExceptionclass CircuitBreakingException extends RuntimeException implements Serializable- serialVersionUID:
- 1408176654686913340L
 
- 
Exception org.apache.commons.lang3.concurrent.ConcurrentExceptionclass ConcurrentException extends Exception implements Serializable- serialVersionUID:
- 6622707671812226130L
 
- 
Exception org.apache.commons.lang3.concurrent.ConcurrentRuntimeExceptionclass ConcurrentRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -6582182735562919670L
 
- 
Exception org.apache.commons.lang3.concurrent.UncheckedExecutionExceptionclass UncheckedExecutionException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.commons.lang3.concurrent.UncheckedTimeoutExceptionclass UncheckedTimeoutException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.commons.lang3.event- 
Class org.apache.commons.lang3.event.EventListenerSupportclass EventListenerSupport extends Object implements Serializable- serialVersionUID:
- 3593265990380473632L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException Deserializes.- Parameters:
- objectInputStream- the input stream
- Throws:
- IOException- if an IO error occurs
- ClassNotFoundException- if the class cannot be resolved
 
- 
writeObjectSerializes.- Parameters:
- objectOutputStream- the output stream
- Throws:
- IOException- if an IO error occurs
 
 
- 
- 
Serialized Fields
 
 
- 
- 
Package org.apache.commons.lang3.exception- 
Exception org.apache.commons.lang3.exception.CloneFailedExceptionclass CloneFailedException extends RuntimeException implements Serializable- serialVersionUID:
- 20091223L
 
- 
Exception org.apache.commons.lang3.exception.ContextedExceptionclass ContextedException extends Exception implements Serializable- serialVersionUID:
- 20110706L
 - 
Serialized Fields- 
exceptionContextExceptionContext exceptionContext The context where the data is stored.
 
- 
 
- 
Exception org.apache.commons.lang3.exception.ContextedRuntimeExceptionclass ContextedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 20110706L
 - 
Serialized Fields- 
exceptionContextExceptionContext exceptionContext The context where the data is stored.
 
- 
 
- 
Class org.apache.commons.lang3.exception.DefaultExceptionContextclass DefaultExceptionContext extends Object implements Serializable- serialVersionUID:
- 20110706L
 
- 
Exception org.apache.commons.lang3.exception.UncheckedExceptionclass UncheckedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.commons.lang3.exception.UncheckedIllegalAccessExceptionclass UncheckedIllegalAccessException extends UncheckedReflectiveOperationException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.commons.lang3.exception.UncheckedInterruptedExceptionclass UncheckedInterruptedException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.commons.lang3.exception.UncheckedReflectiveOperationExceptionclass UncheckedReflectiveOperationException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.commons.lang3.math- 
Class org.apache.commons.lang3.math.Fractionclass Fraction extends Number implements Serializable- serialVersionUID:
- 65382027393090L
 - 
Serialized Fields- 
denominatorint denominator The denominator number part of the fraction (the seven in three sevenths).
- 
numeratorint numerator The numerator number part of the fraction (the three in three sevenths).
 
- 
 
 
- 
- 
Package org.apache.commons.lang3.mutable- 
Class org.apache.commons.lang3.mutable.MutableBooleanclass MutableBoolean extends Object implements Serializable- serialVersionUID:
- -4830728138360036487L
 - 
Serialized Fields- 
valueboolean value The mutable value.
 
- 
 
- 
Class org.apache.commons.lang3.mutable.MutableByteclass MutableByte extends Number implements Serializable- serialVersionUID:
- -1585823265L
 - 
Serialized Fields- 
valuebyte value The mutable value.
 
- 
 
- 
Class org.apache.commons.lang3.mutable.MutableDoubleclass MutableDouble extends Number implements Serializable- serialVersionUID:
- 1587163916L
 - 
Serialized Fields- 
valuedouble value The mutable value.
 
- 
 
- 
Class org.apache.commons.lang3.mutable.MutableFloatclass MutableFloat extends Number implements Serializable- serialVersionUID:
- 5787169186L
 - 
Serialized Fields- 
valuefloat value The mutable value.
 
- 
 
- 
Class org.apache.commons.lang3.mutable.MutableIntclass MutableInt extends Number implements Serializable- serialVersionUID:
- 512176391864L
 - 
Serialized Fields- 
valueint value The mutable value.
 
- 
 
- 
Class org.apache.commons.lang3.mutable.MutableLongclass MutableLong extends Number implements Serializable- serialVersionUID:
- 62986528375L
 - 
Serialized Fields- 
valuelong value The mutable value.
 
- 
 
- 
Class org.apache.commons.lang3.mutable.MutableObjectclass MutableObject extends Object implements Serializable- serialVersionUID:
- 86241875189L
 - 
Serialized Fields- 
valueT value The mutable value.
 
- 
 
- 
Class org.apache.commons.lang3.mutable.MutableShortclass MutableShort extends Number implements Serializable- serialVersionUID:
- -2135791679L
 - 
Serialized Fields- 
valueshort value The mutable value.
 
- 
 
 
- 
- 
Package org.apache.commons.lang3.text- 
Class org.apache.commons.lang3.text.CompositeFormatclass CompositeFormat extends Format implements Serializable- serialVersionUID:
- -4329119827877627683L
 
- 
Class org.apache.commons.lang3.text.ExtendedMessageFormatclass ExtendedMessageFormat extends MessageFormat implements Serializable- serialVersionUID:
- -2362048321261811743L
 - 
Serialized Fields- 
registryMap<String, ? extends FormatFactory> registry Deprecated.Our registry of FormatFactory.
- 
toPatternString toPattern Deprecated.To pattern string.
 
- 
 
- 
Class org.apache.commons.lang3.text.StrBuilderclass StrBuilder extends Object implements Serializable- serialVersionUID:
- 7628716375283629643L
 - 
Serialized Fields- 
bufferchar[] buffer Deprecated.Internal data storage.
- 
newLineString newLine Deprecated.The new line,nullmeans use the system default fromSystem.lineSeparator().
- 
nullTextString nullText Deprecated.The null text.
- 
sizeint size Deprecated.Current size of the buffer.
 
- 
 
 
- 
- 
Package org.apache.commons.lang3.time- 
Class org.apache.commons.lang3.time.FastDateFormatclass FastDateFormat extends Format implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
parserFastDateParser parser Our fast parser.
- 
printerFastDatePrinter printer Our fast printer.
 
- 
 
- 
Class org.apache.commons.lang3.time.FastDateParserclass FastDateParser extends Object implements Serializable- serialVersionUID:
- 3L
 - 
Serialization Methods- 
readObjectCreates the object after serialization. This implementation reinitializes the transient properties.- Parameters:
- in- ObjectInputStream from which the object is being deserialized.
- Throws:
- IOException- if there is an IO issue.
- ClassNotFoundException- if a class cannot be found.
 
 
- 
- 
Serialized Fields
 
- 
Class org.apache.commons.lang3.time.FastDatePrinterclass FastDatePrinter extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObjectCreate the object after serialization. This implementation reinitializes the transient properties.- Parameters:
- in- ObjectInputStream from which the object is being deserialized.
- Throws:
- IOException- if there is an IO issue.
- ClassNotFoundException- if a class cannot be found.
 
 
- 
- 
Serialized Fields
 
 
- 
- 
Package org.apache.commons.lang3.tuple- 
Class org.apache.commons.lang3.tuple.ImmutablePair- serialVersionUID:
- 4954918890077093841L
 
- 
Class org.apache.commons.lang3.tuple.ImmutableTriple- serialVersionUID:
- 1L
 
- 
Class org.apache.commons.lang3.tuple.MutablePair- serialVersionUID:
- 4954918890077093841L
 
- 
Class org.apache.commons.lang3.tuple.MutableTriple- serialVersionUID:
- 1L
 
- 
Class org.apache.commons.lang3.tuple.Pairclass Pair extends Object implements Serializable- serialVersionUID:
- 4954918890077093841L
 
- 
Class org.apache.commons.lang3.tuple.Tripleclass Triple extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.commons.lang3.util- 
Class org.apache.commons.lang3.util.FluentBitSetclass FluentBitSet extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bitSetBitSet bitSet Working BitSet.
 
- 
 
 
-