String code
private Object readResolve()
Ensure singleton.
Comparator<T> comparator
Object minimum
Object maximum
boolean useFieldNames
true
.boolean useClassName
true
.boolean useShortClassName
false
.boolean useIdentityHashCode
true
.String contentStart
'['
.String contentEnd
']'
.String fieldNameValueSeparator
'='
.boolean fieldSeparatorAtStart
boolean fieldSeparatorAtEnd
String fieldSeparator
','
.String arrayStart
'{'
.String arraySeparator
','
.boolean arrayContentDetail
String arrayEnd
'}'
.boolean defaultFullDetail
null
,
the default value is true
.String nullText
null
text '<null>'
.String sizeStartText
'.
-
sizeEndText
String sizeEndText
The summary size text start '>'
.
-
summaryObjectStartText
String summaryObjectStartText
The summary object text start '<'
.
-
summaryObjectEndText
String summaryObjectEndText
The summary object text start '>'
.
-
Package org.apache.commons.lang3.concurrent
-
Class org.apache.commons.lang3.concurrent.ConcurrentException extends Exception implements Serializable
- serialVersionUID:
- 6622707671812226130L
-
Class org.apache.commons.lang3.concurrent.ConcurrentRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- -6582182735562919670L
-
Package org.apache.commons.lang3.event
-
Class org.apache.commons.lang3.event.EventListenerSupport extends Object implements Serializable
- serialVersionUID:
- 3593265990380473632L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream objectInputStream)
throws IOException,
ClassNotFoundException
Deserialize.
- Throws:
IOException
- if an IO error occurs
ClassNotFoundException
- if the class cannot be resolved
-
writeObject
private void writeObject(ObjectOutputStream objectOutputStream)
throws IOException
Serialize.
- Throws:
IOException
- if an IO error occurs
-
Serialized Fields
-
Package org.apache.commons.lang3.exception
-
Class org.apache.commons.lang3.exception.CloneFailedException extends RuntimeException implements Serializable
- serialVersionUID:
- 20091223L
-
Class org.apache.commons.lang3.exception.ContextedException extends Exception implements Serializable
- serialVersionUID:
- 20110706L
-
Serialized Fields
-
exceptionContext
ExceptionContext exceptionContext
The context where the data is stored.
-
Class org.apache.commons.lang3.exception.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 extends Object implements Serializable
- serialVersionUID:
- 20110706L
-
Package org.apache.commons.lang3.math
-
Class org.apache.commons.lang3.math.Fraction extends Number implements Serializable
- serialVersionUID:
- 65382027393090L
-
Package org.apache.commons.lang3.mutable
-
Class org.apache.commons.lang3.mutable.MutableBoolean extends Object implements Serializable
- serialVersionUID:
- -4830728138360036487L
-
Class org.apache.commons.lang3.mutable.MutableByte extends Number implements Serializable
- serialVersionUID:
- -1585823265L
-
Class org.apache.commons.lang3.mutable.MutableDouble extends Number implements Serializable
- serialVersionUID:
- 1587163916L
-
Class org.apache.commons.lang3.mutable.MutableFloat extends Number implements Serializable
- serialVersionUID:
- 5787169186L
-
Class org.apache.commons.lang3.mutable.MutableInt extends Number implements Serializable
- serialVersionUID:
- 512176391864L
-
Class org.apache.commons.lang3.mutable.MutableLong extends Number implements Serializable
- serialVersionUID:
- 62986528375L
-
Class org.apache.commons.lang3.mutable.MutableObject extends Object implements Serializable
- serialVersionUID:
- 86241875189L
-
Serialized Fields
-
value
Object value
The mutable value.
-
Class org.apache.commons.lang3.mutable.MutableShort extends Number implements Serializable
- serialVersionUID:
- -2135791679L
-
Package org.apache.commons.lang3.text
-
Class org.apache.commons.lang3.text.CompositeFormat extends Format implements Serializable
- serialVersionUID:
- -4329119827877627683L
-
Class org.apache.commons.lang3.text.ExtendedMessageFormat extends MessageFormat implements Serializable
- serialVersionUID:
- -2362048321261811743L
-
Class org.apache.commons.lang3.text.StrBuilder extends Object implements Serializable
- serialVersionUID:
- 7628716375283629643L
-
Package org.apache.commons.lang3.time
-
Class org.apache.commons.lang3.time.FastDateFormat extends Format implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
printer
FastDatePrinter printer
-
parser
FastDateParser parser
-
Class org.apache.commons.lang3.time.FastDateParser extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
Create the object after serialization. This implementation reinitializes the
transient properties.
- Throws:
IOException
- if there is an IO issue.
ClassNotFoundException
- if a class cannot be found.
-
Serialized Fields
-
Class org.apache.commons.lang3.time.FastDatePrinter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
Create the object after serialization. This implementation reinitializes the
transient properties.
- 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 extends Pair<L,R> implements Serializable
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.ImmutableTriple extends Triple<L,M,R> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.tuple.MutablePair extends Pair<L,R> implements Serializable
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.MutableTriple extends Triple<L,M,R> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.tuple.Pair extends Object implements Serializable
- serialVersionUID:
- 4954918890077093841L
-
Class org.apache.commons.lang3.tuple.Triple extends Object implements Serializable
- serialVersionUID:
- 1L
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.