All Classes
-
All Classes Interface Summary Class Summary Exception Summary Error Summary Class Description 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.CharRange A contiguous range of characters, optionally negated.CharSet A set of characters.CharSetUtils Operations onCharSets.CharUtils Operations on char primitives and Character objects.ClassUtils Operates on classes without using reflection.CloneFailedException Exception thrown when a clone cannot be created.CompareToBuilder Assists in implementingComparable.compareTo(Object)methods.CompositeFormat Formats using one formatter and parses using a different formatter.ConstructorUtils Utility reflection methods focussed on constructors, modelled afterMethodUtils.DateFormatUtils Date and time formatting utilities and constants.DateUtils DoubleRange DoubleRangerepresents an inclusive range ofdoubles.DurationFormatUtils Duration formatting utilities and constants.Enum Abstract superclass for type-safe enums.EnumUtils Utility class for accessing and manipulatingEnums.EqualsBuilder Assists in implementingObject.equals(Object)methods.ExceptionUtils Provides utilities for manipulating and examiningThrowableobjects.ExtendedMessageFormat Extendsjava.text.MessageFormatto allow pluggable/additional formatting options for embedded format elements.FastDateFormat FastDateFormat is a fast and thread-safe version ofSimpleDateFormat.FieldUtils Utilities for working with fields by reflection.FloatRange FloatRangerepresents an inclusive range offloats.FormatFactory Format factory.Fraction Fractionis aNumberimplementation that stores fractions accurately.HashCodeBuilder Assists in implementingObject.hashCode()methods.IEEE754rUtils Provides IEEE-754r variants of NumberUtils methods.IllegalClassException Thrown when an object is an instance of an unexpected type (a class or interface).IncompleteArgumentException Thrown to indicate an incomplete argument to a method.IntRange IntRangerepresents an inclusive range ofints.JVMRandom JVMRandomis a wrapper that supports all possible Random methods via theMath.random()method and its system-wideRandomobject.LocaleUtils Operations to assist when working with aLocale.LongRange LongRangerepresents an inclusive range oflongs.MethodUtils Utility reflection methods focused on methods, originally from Commons BeanUtils.Mutable Provides mutable access to a value.MutableBoolean A mutablebooleanwrapper.MutableByte A mutablebytewrapper.MutableDouble A mutabledoublewrapper.MutableFloat A mutablefloatwrapper.MutableInt A mutableintwrapper.MutableLong A mutablelongwrapper.MutableObject A mutableObjectwrapper.MutableShort A mutableshortwrapper.Nestable An interface to be implemented byThrowableextensions which would like to be able to nest root exceptions inside themselves.NestableDelegate A shared implementation of the nestable exception functionality.NestableError The base class of all errors which can contain other exceptions.NestableException The base class of all exceptions which can contain other exceptions.NestableRuntimeException The base class of all runtime exceptions which can contain other exceptions.NotImplementedException Thrown to indicate that a block of code has not been implemented.NullArgumentException Thrown to indicate that an argument wasnulland should not have been.NumberRange NumberRangerepresents an inclusive range ofNumberobjects of the same type.NumberRange Deprecated. Use one of the Range classes in org.apache.commons.lang.math.NumberUtils Provides extra functionality for Java Number classes.NumberUtils Deprecated. Moved to org.apache.commons.lang.math.ObjectUtils Operations onObject.ObjectUtils.Null Class used as a null placeholder wherenullhas another meaning.RandomStringUtils Operations for randomStrings.RandomUtils RandomUtilsis a wrapper that supports all possibleRandommethods via theMath.random()method and its system-wideRandomobject.Range Rangerepresents a range of numbers of the same type.ReflectionToStringBuilder Assists in implementingObject.toString()methods using reflection.SerializationException Exception thrown when the Serialization process fails.SerializationUtils Assists with the serialization process and performs additional functionality based on serialization.StandardToStringStyle Works withToStringBuilderto create atoString.StopWatch StopWatchprovides a convenient API for timings.StrBuilder Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer.StringEscapeUtils Escapes and unescapesStrings for Java, Java Script, HTML, XML, and SQL.StringUtils Operations onStringthat arenullsafe.StrLookup Lookup a String key to a String value.StrMatcher A matcher class that can be queried to determine if a character array portion matches.StrSubstitutor Substitutes variables within a string by values.StrTokenizer Tokenizes a string based based on delimiters (separators) and supporting quoting and ignored character concepts.SystemUtils Helpers forjava.lang.System.ToStringBuilder Assists in implementingObject.toString()methods.ToStringStyle ControlsStringformatting forToStringBuilder.UnhandledException Thrown when it is impossible or undesirable to consume or throw a checked exception.Validate This class assists in validating arguments.ValuedEnum Abstract superclass for type-safe enums with integer values suitable for use inswitchstatements.WordUtils Operations on Strings that contain words.