|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Package org.apache.commons.lang |
Class org.apache.commons.lang.CharRange extends Object implements Serializable |
serialVersionUID: 8270183163158333422l
Serialized Fields |
char start
char end
boolean negated
Class org.apache.commons.lang.CharSet extends Object implements Serializable |
serialVersionUID: 5947847346149275958l
Serialized Fields |
Set set
Class org.apache.commons.lang.IllegalClassException extends IllegalArgumentException implements Serializable |
Class org.apache.commons.lang.IncompleteArgumentException extends IllegalArgumentException implements Serializable |
Class org.apache.commons.lang.NotImplementedException extends UnsupportedOperationException implements Serializable |
Serialized Fields |
NestableDelegate delegate
Throwable cause
Class org.apache.commons.lang.NullArgumentException extends IllegalArgumentException implements Serializable |
Class org.apache.commons.lang.ObjectUtils.Null extends Object implements Serializable |
serialVersionUID: 7092611880189329093l
Serialization Methods |
private Object readResolve()
Ensure singleton.
Class org.apache.commons.lang.SerializationException extends NestableRuntimeException implements Serializable |
Class org.apache.commons.lang.UnhandledException extends NestableRuntimeException implements Serializable |
Package org.apache.commons.lang.builder |
Class org.apache.commons.lang.builder.StandardToStringStyle extends ToStringStyle implements Serializable |
Class org.apache.commons.lang.builder.ToStringStyle extends Object implements Serializable |
Serialized Fields |
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.lang.enum
Class org.apache.commons.lang.enum.Enum extends Object implements Serializable
serialVersionUID: -487045951170455942l
Serialization Methods
readResolve
protected Object readResolve()
- Deprecated.
Handle the deserialization of the class to ensure that multiple
copies are not wastefully created, or illegal enum types created.
Serialized Fields
iName
String iName
- Deprecated.
- The string representation of the Enum.
Class org.apache.commons.lang.enum.ValuedEnum extends Enum implements Serializable
serialVersionUID: -7129650521543789085l
Serialized Fields
iValue
int iValue
- Deprecated.
- The value contained in enum.
Package org.apache.commons.lang.enums
Class org.apache.commons.lang.enums.Enum extends Object implements Serializable
serialVersionUID: -487045951170455942l
Serialization Methods
readResolve
protected Object readResolve()
Handle the deserialization of the class to ensure that multiple
copies are not wastefully created, or illegal enum types created.
Serialized Fields
iName
String iName
- The string representation of the Enum.
Class org.apache.commons.lang.enums.ValuedEnum extends Enum implements Serializable
serialVersionUID: -7129650521543789085l
Serialized Fields
iValue
int iValue
- The value contained in enum.
Package org.apache.commons.lang.exception
Class org.apache.commons.lang.exception.NestableDelegate extends Object implements Serializable
Serialized Fields
nestable
Throwable nestable
- Holds the reference to the exception or error that we're
wrapping (which must be a
Nestable
implementation).
Class org.apache.commons.lang.exception.NestableError extends Error implements Serializable
Serialized Fields
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
delegate to.
cause
Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
Class org.apache.commons.lang.exception.NestableException extends Exception implements Serializable
Serialized Fields
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
delegate to.
cause
Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
Class org.apache.commons.lang.exception.NestableRuntimeException extends RuntimeException implements Serializable
Serialized Fields
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
delegate to.
cause
Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
Package org.apache.commons.lang.math
Class org.apache.commons.lang.math.DoubleRange extends Range implements Serializable
serialVersionUID: 71849363892740l
Serialized Fields
min
double min
- The minimum number in this range (inclusive).
max
double max
- The maximum number in this range (inclusive).
Class org.apache.commons.lang.math.FloatRange extends Range implements Serializable
serialVersionUID: 71849363892750l
Serialized Fields
min
float min
- The minimum number in this range (inclusive).
max
float max
- The maximum number in this range (inclusive).
Class org.apache.commons.lang.math.Fraction extends Number implements Serializable
serialVersionUID: 65382027393090l
Serialized Fields
numerator
int numerator
- The numerator number part of the fraction (the three in three sevenths).
denominator
int denominator
- The denominator number part of the fraction (the seven in three sevenths).
Class org.apache.commons.lang.math.IntRange extends Range implements Serializable
serialVersionUID: 71849363892730l
Serialized Fields
min
int min
- The minimum number in this range (inclusive).
max
int max
- The maximum number in this range (inclusive).
Class org.apache.commons.lang.math.JVMRandom extends Random implements Serializable
Serialized Fields
constructed
boolean constructed
- Ensures that only the constructor can call reseed.
Class org.apache.commons.lang.math.LongRange extends Range implements Serializable
serialVersionUID: 71849363892720l
Serialized Fields
min
long min
- The minimum number in this range (inclusive).
max
long max
- The maximum number in this range (inclusive).
Class org.apache.commons.lang.math.NumberRange extends Range implements Serializable
serialVersionUID: 71849363892710l
Serialized Fields
min
Number min
- The minimum number in this range.
max
Number max
- The maximum number in this range.
Package org.apache.commons.lang.mutable
Class org.apache.commons.lang.mutable.MutableByte extends Number implements Serializable
serialVersionUID: -1585823265l
Serialized Fields
value
byte value
- The mutable value.
Class org.apache.commons.lang.mutable.MutableDouble extends Number implements Serializable
serialVersionUID: 1587163916l
Serialized Fields
value
double value
- The mutable value.
Class org.apache.commons.lang.mutable.MutableFloat extends Number implements Serializable
serialVersionUID: 5787169186l
Serialized Fields
value
float value
- The mutable value.
Class org.apache.commons.lang.mutable.MutableInt extends Number implements Serializable
serialVersionUID: 512176391864l
Serialized Fields
value
int value
- The mutable value.
Class org.apache.commons.lang.mutable.MutableLong extends Number implements Serializable
serialVersionUID: 62986528375l
Serialized Fields
value
long value
- The mutable value.
Class org.apache.commons.lang.mutable.MutableObject extends Object implements Serializable
serialVersionUID: 86241875189l
Serialized Fields
value
Object value
- The mutable value.
Class org.apache.commons.lang.mutable.MutableShort extends Number implements Serializable
serialVersionUID: -2135791679l
Serialized Fields
value
short value
- The mutable value.
Package org.apache.commons.lang.time
Class org.apache.commons.lang.time.FastDateFormat extends Format implements Serializable
Serialized Fields
mPattern
String mPattern
- The pattern.
mTimeZone
TimeZone mTimeZone
- The time zone.
mTimeZoneForced
boolean mTimeZoneForced
- Whether the time zone overrides any on Calendars.
mLocale
Locale mLocale
- The locale.
mLocaleForced
boolean mLocaleForced
- Whether the locale overrides the default.
mRules
org.apache.commons.lang.time.FastDateFormat.Rule[] mRules
- The parsed rules.
mMaxLengthEstimate
int mMaxLengthEstimate
- The estimated maximum length.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2001-2005 The Apache Software Foundation. All Rights Reserved.