Serialized Form
-
Package org.apache.commons.lang3
-
Class org.apache.commons.lang3.CharSet
class CharSet extends Object implements Serializable- serialVersionUID:
- 5947847346149275958L
-
Serialized Fields
-
set
Set<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.NotImplementedException
class NotImplementedException extends UnsupportedOperationException implements Serializable- serialVersionUID:
- 20131021L
-
Serialized Fields
-
code
String 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.Null
class Null extends Object implements Serializable- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
Ensure Singleton after serialization.
-
-
Class org.apache.commons.lang3.Range
class Range extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
comparator
Comparator<T> comparator
The ordering scheme used in this range. -
maximum
T maximum
The maximum value in this range (inclusive). -
minimum
T minimum
The minimum value in this range (inclusive).
-
-
Exception org.apache.commons.lang3.SerializationException
class 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.MultilineRecursiveToStringStyle
class MultilineRecursiveToStringStyle extends RecursiveToStringStyle implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
spaces
int spaces
Current indenting.
-
-
Class org.apache.commons.lang3.builder.RecursiveToStringStyle
class RecursiveToStringStyle extends ToStringStyle implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.StandardToStringStyle
class StandardToStringStyle extends ToStringStyle implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.builder.ToStringStyle
class ToStringStyle extends Object implements Serializable- serialVersionUID:
- -2587890625525655916L
-
Serialized Fields
-
arrayContentDetail
boolean arrayContentDetail
The detail for array content. -
arrayEnd
String arrayEnd
The array end'
'}. -
arraySeparator
String arraySeparator
The array separator','
. -
arrayStart
String arrayStart
The array start'{'
. -
contentEnd
String contentEnd
The content end']'
. -
contentStart
String contentStart
The content start'['
. -
defaultFullDetail
boolean defaultFullDetail
The value to use when fullDetail isnull
, the default value istrue
. -
fieldNameValueSeparator
String fieldNameValueSeparator
The field name value separator'='
. -
fieldSeparator
String fieldSeparator
The field separator','
. -
fieldSeparatorAtEnd
boolean fieldSeparatorAtEnd
Whether the field separator should be added after any other fields. -
fieldSeparatorAtStart
boolean fieldSeparatorAtStart
Whether the field separator should be added before any other fields. -
nullText
String nullText
Thenull
text"<null>"
. -
sizeEndText
String sizeEndText
The summary size text start">"
. -
sizeStartText
String sizeStartText
The summary size text start"<size="
. -
summaryObjectEndText
String summaryObjectEndText
The summary object text start">"
. -
summaryObjectStartText
String summaryObjectStartText
The summary object text start"<"
. -
useClassName
boolean useClassName
Whether to use the class name, the default istrue
. -
useFieldNames
boolean useFieldNames
Whether to use the field names, the default istrue
. -
useIdentityHashCode
boolean useIdentityHashCode
Whether to use the identity hash code, the default istrue
. -
useShortClassName
boolean useShortClassName
Whether to use short class names, the default isfalse
.
-
-
-
Package org.apache.commons.lang3.compare
-
Class org.apache.commons.lang3.compare.ObjectToStringComparator
class ObjectToStringComparator extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.concurrent
-
Exception org.apache.commons.lang3.concurrent.CircuitBreakingException
class CircuitBreakingException extends RuntimeException implements Serializable- serialVersionUID:
- 1408176654686913340L
-
Exception org.apache.commons.lang3.concurrent.ConcurrentException
class ConcurrentException extends Exception implements Serializable- serialVersionUID:
- 6622707671812226130L
-
Exception org.apache.commons.lang3.concurrent.ConcurrentRuntimeException
class ConcurrentRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -6582182735562919670L
-
Exception org.apache.commons.lang3.concurrent.UncheckedExecutionException
class UncheckedExecutionException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.commons.lang3.concurrent.UncheckedTimeoutException
class UncheckedTimeoutException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.event
-
Class org.apache.commons.lang3.event.EventListenerSupport
class EventListenerSupport extends Object implements Serializable- serialVersionUID:
- 3593265990380473632L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException Deserializes.- Parameters:
objectInputStream
- the input stream- Throws:
IOException
- if an IO error occursClassNotFoundException
- if the class cannot be resolved
-
writeObject
Serializes.- 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.CloneFailedException
class CloneFailedException extends RuntimeException implements Serializable- serialVersionUID:
- 20091223L
-
Exception org.apache.commons.lang3.exception.ContextedException
class ContextedException extends Exception implements Serializable- serialVersionUID:
- 20110706L
-
Serialized Fields
-
exceptionContext
ExceptionContext exceptionContext
The context where the data is stored.
-
-
Exception org.apache.commons.lang3.exception.ContextedRuntimeException
class ContextedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 20110706L
-
Serialized Fields
-
exceptionContext
ExceptionContext exceptionContext
The context where the data is stored.
-
-
Class org.apache.commons.lang3.exception.DefaultExceptionContext
class DefaultExceptionContext extends Object implements Serializable- serialVersionUID:
- 20110706L
-
Exception org.apache.commons.lang3.exception.UncheckedException
class UncheckedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.commons.lang3.exception.UncheckedIllegalAccessException
class UncheckedIllegalAccessException extends UncheckedReflectiveOperationException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.commons.lang3.exception.UncheckedInterruptedException
class UncheckedInterruptedException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.commons.lang3.exception.UncheckedReflectiveOperationException
class UncheckedReflectiveOperationException extends UncheckedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.math
-
Class org.apache.commons.lang3.math.Fraction
class Fraction extends Number implements Serializable- serialVersionUID:
- 65382027393090L
-
Serialized Fields
-
denominator
int denominator
The denominator number part of the fraction (the seven in three sevenths). -
numerator
int 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.MutableBoolean
class MutableBoolean extends Object implements Serializable- serialVersionUID:
- -4830728138360036487L
-
Serialized Fields
-
value
boolean value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableByte
class MutableByte extends Number implements Serializable- serialVersionUID:
- -1585823265L
-
Serialized Fields
-
value
byte value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableDouble
class MutableDouble extends Number implements Serializable- serialVersionUID:
- 1587163916L
-
Serialized Fields
-
value
double value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableFloat
class MutableFloat extends Number implements Serializable- serialVersionUID:
- 5787169186L
-
Serialized Fields
-
value
float value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableInt
class MutableInt extends Number implements Serializable- serialVersionUID:
- 512176391864L
-
Serialized Fields
-
value
int value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableLong
class MutableLong extends Number implements Serializable- serialVersionUID:
- 62986528375L
-
Serialized Fields
-
value
long value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableObject
class MutableObject extends Object implements Serializable- serialVersionUID:
- 86241875189L
-
Serialized Fields
-
value
T value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableShort
class MutableShort extends Number implements Serializable- serialVersionUID:
- -2135791679L
-
Serialized Fields
-
value
short value
The mutable value.
-
-
-
Package org.apache.commons.lang3.text
-
Class org.apache.commons.lang3.text.CompositeFormat
class CompositeFormat extends Format implements Serializable- serialVersionUID:
- -4329119827877627683L
-
Class org.apache.commons.lang3.text.ExtendedMessageFormat
class ExtendedMessageFormat extends MessageFormat implements Serializable- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
Map<String,
? extends FormatFactory> registry Deprecated.Our registry of FormatFactory. -
toPattern
String toPattern
Deprecated.To pattern string.
-
-
Class org.apache.commons.lang3.text.StrBuilder
class StrBuilder extends Object implements Serializable- serialVersionUID:
- 7628716375283629643L
-
Serialized Fields
-
buffer
char[] buffer
Deprecated.Internal data storage. -
newLine
String newLine
Deprecated.The new line,null
means use the system default fromSystem.lineSeparator()
. -
nullText
String nullText
Deprecated.The null text. -
size
int size
Deprecated.Current size of the buffer.
-
-
-
Package org.apache.commons.lang3.time
-
Class org.apache.commons.lang3.time.FastDateFormat
class FastDateFormat extends Format implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
parser
FastDateParser parser
Our fast parser. -
printer
FastDatePrinter printer
Our fast printer.
-
-
Class org.apache.commons.lang3.time.FastDateParser
class FastDateParser extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
Creates 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.FastDatePrinter
class FastDatePrinter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Create 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.Pair
class Pair extends Object implements Serializable- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.Triple
class Triple extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.util
-
Class org.apache.commons.lang3.util.FluentBitSet
class FluentBitSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bitSet
BitSet bitSet
Working BitSet.
-
-