Library:Apache Jakarta Commons Lang
Version:2.1
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons Lang.
NamePackageDescription
ArrayUtilsorg.apache.commons.lang

Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).

BitFieldorg.apache.commons.lang

Operations on bit-mapped fields.

BooleanUtilsorg.apache.commons.lang

Operations on boolean primitives and Boolean objects.

CharEncodingorg.apache.commons.lang

Character encoding names required of every implementation of the Java platform.

CharRangeorg.apache.commons.lang

A contiguous range of characters, optionally negated.

CharSetorg.apache.commons.lang

A set of characters.

CharSetUtilsorg.apache.commons.lang

Operations on CharSets.

CharUtilsorg.apache.commons.lang

Operations on char primitives and Character objects.

ClassUtilsorg.apache.commons.lang

Operates on classes without using reflection.

CompareToBuilderorg.apache.commons.lang.builderAssists in implementing compareTo(Object) methods.
DateFormatUtilsorg.apache.commons.lang.time

Date and time formatting utilities and constants.

DateUtilsorg.apache.commons.lang.time

A suite of utilities surrounding the use of the Calendar and Date object.

DoubleRangeorg.apache.commons.lang.math

DoubleRange represents an inclusive range of doubles.

DurationFormatUtilsorg.apache.commons.lang.time

Duration formatting utilities and constants.

Enumorg.apache.commons.lang.enum

Abstract superclass for type-safe enums.

Enumorg.apache.commons.lang.enums

Abstract superclass for type-safe enums.

EnumUtilsorg.apache.commons.lang.enum

Utility class for accessing and manipulating Enum s.

EnumUtilsorg.apache.commons.lang.enums

Utility class for accessing and manipulating Enum s.

EqualsBuilderorg.apache.commons.lang.builder

Assists in implementing equals(Object) methods.

ExceptionUtilsorg.apache.commons.lang.exception

Provides utilities for manipulating and examining Throwable objects.

FastDateFormatorg.apache.commons.lang.time

FastDateFormat is a fast and thread-safe version of SimpleDateFormat .

FloatRangeorg.apache.commons.lang.math

FloatRange represents an inclusive range of floats.

Fractionorg.apache.commons.lang.math

Fraction is a Number implementation that stores fractions accurately.

HashCodeBuilderorg.apache.commons.lang.builder

Assists in implementing hashCode() methods.

IntRangeorg.apache.commons.lang.math

IntRange represents an inclusive range of ints.

JVMRandomorg.apache.commons.lang.math

JVMRandom is a wrapper that supports all possible Random methods via the random() method and its system-wide Random object.

LongRangeorg.apache.commons.lang.math

LongRange represents an inclusive range of longs.

MutableByteorg.apache.commons.lang.mutableA mutable byte wrapper.
MutableDoubleorg.apache.commons.lang.mutableA mutable double wrapper.
MutableFloatorg.apache.commons.lang.mutableA mutable float wrapper.
MutableIntorg.apache.commons.lang.mutableA mutable int wrapper.
MutableLongorg.apache.commons.lang.mutableA mutable long wrapper.
MutableObjectorg.apache.commons.lang.mutableA mutable Object wrapper.
MutableShortorg.apache.commons.lang.mutableA mutable short wrapper.
NestableDelegateorg.apache.commons.lang.exception

A shared implementation of the nestable exception functionality.

NumberRangeorg.apache.commons.lang

Represents a range of Number objects.

NumberRangeorg.apache.commons.lang.math

NumberRange represents an inclusive range of Number objects of the same type.

NumberUtilsorg.apache.commons.lang

Provides extra functionality for Java Number classes.

NumberUtilsorg.apache.commons.lang.math

Provides extra functionality for Java Number classes.

ObjectUtilsorg.apache.commons.lang

Operations on Object.

ObjectUtils.Nullorg.apache.commons.lang

Class used as a null placeholder where null has another meaning.

RandomStringUtilsorg.apache.commons.lang

Operations for random Strings.

RandomUtilsorg.apache.commons.lang.math

RandomUtils is a wrapper that supports all possible Random methods via the random() method and its system-wide Random object.

Rangeorg.apache.commons.lang.math

Range represents a range of numbers of the same type.

ReflectionToStringBuilderorg.apache.commons.lang.builder

Assists in implementing toString() methods using reflection.

SerializationUtilsorg.apache.commons.lang

Assists with the serialization process and performs additional functionality based on serialization.

StandardToStringStyleorg.apache.commons.lang.builder

Works with ToStringBuilder to create a toString.

StopWatchorg.apache.commons.lang.time

StopWatch provides a convenient API for timings.

StringEscapeUtilsorg.apache.commons.lang

Escapes and unescapes Strings for Java, Java Script, HTML, XML, and SQL.

StringUtilsorg.apache.commons.lang

Operations on String that are null safe.

SystemUtilsorg.apache.commons.lang

Helpers for java.lang.System.

ToStringBuilderorg.apache.commons.lang.builder

Assists in implementing toString() methods.

ToStringStyleorg.apache.commons.lang.builder

Controls String formatting for ToStringBuilder .

Validateorg.apache.commons.lang

Assists in validating arguments.

ValuedEnumorg.apache.commons.lang.enum

Abstract superclass for type-safe enums with integer values suitable for use in switch statements.

ValuedEnumorg.apache.commons.lang.enums

Abstract superclass for type-safe enums with integer values suitable for use in switch statements.

WordUtilsorg.apache.commons.lang

Operations on Strings that contain words.

Search