Package org.apache.commons.lang3
Provides highly reusable static utility methods, chiefly concerned
with adding value to the
java.lang classes.See: Description
-
Class Summary Class Description AnnotationUtils Helper methods for working withAnnotationinstances.ArrayUtils Operations on arrays, primitive arrays (likeint[]) and primitive wrapper arrays (likeInteger[]).BitField Operations on bit-mapped fields.BooleanUtils Operations on boolean primitives and Boolean objects.CharEncoding Character encoding names required of every implementation of the Java platform.CharSequenceUtils Operations onCharSequencethat arenullsafe.CharSet A set of characters.CharSetUtils Operations onCharSetinstances.CharUtils Operations on char primitives and Character objects.ClassUtils Operates on classes without using reflection.Conversion Static methods to convert a type into another, with endianness and bit ordering awareness.EnumUtils Utility library to provide helper methods for Java enums.LocaleUtils Operations to assist when working with aLocale.ObjectUtils Operations onObject.ObjectUtils.Null Class used as a null placeholder wherenullhas another meaning.RandomStringUtils Operations for randomStrings.Range<T> An immutable range of objects from a minimum to maximum point inclusive.SerializationUtils Assists with the serialization process and performs additional functionality based on serialization.StringEscapeUtils Escapes and unescapesStrings for Java, Java Script, HTML and XML.StringUtils Operations onStringthat arenullsafe.SystemUtils Helpers forjava.lang.System.Validate This class assists in validating arguments. -
Enum Summary Enum Description ClassUtils.Interfaces Inclusivity literals forClassUtils.hierarchy(Class, Interfaces).JavaVersion An enum representing all the versions of the Java specification. -
Exception Summary Exception Description NotImplementedException Thrown to indicate that a block of code has not been implemented.SerializationException Exception thrown when the Serialization process fails.
Package org.apache.commons.lang3 Description
Provides highly reusable static utility methods, chiefly concerned
with adding value to the
java.lang classes.- Since:
- 1.0
Most of these classes are immutable and thus thread-safe. However Charset is not currently guaranteed thread-safe under all circumstances.
DMelt 3.0 © DataMelt by jWork.ORG