Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.lang3 Classes and Interfaces - 122 results found.
NameDescriptionTypePackageFramework
AggregateTranslatorExecutes a sequence of translators one after the other.Classorg.apache.commons.lang3.text.translateApache Commons
AnnotationUtilsHelper methods for working with Annotation instances.Classorg.apache.commons.lang3Apache Commons
ArrayUtilsOperations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).Classorg.apache.commons.lang3Apache Commons
AtomicInitializer A specialized implementation of the ConcurrentInitializer interface based on an AtomicReference variable.Classorg.apache.commons.lang3.concurrentApache Commons
AtomicSafeInitializer A specialized ConcurrentInitializer implementation which is similar to AtomicInitializer, but ensures that the initialize()Classorg.apache.commons.lang3.concurrentApache Commons
BackgroundInitializer A class that allows complex initialization operations in a background task.Classorg.apache.commons.lang3.concurrentApache Commons
BasicThreadFactory An implementation of the ThreadFactory interface that provides some configuration options for the threads it creates.Classorg.apache.commons.lang3.concurrentApache Commons
BasicThreadFactory .Builder A builder class for creating instances of BasicThreadFactory.Classorg.apache.commons.lang3.concurrent.BasicThreadFactoryApache Commons
BitFieldSupports operations on bit-mapped fields.Classorg.apache.commons.lang3Apache Commons
BooleanUtilsOperations on boolean primitives and Boolean objects.Classorg.apache.commons.lang3Apache Commons
Builder The Builder interface is designed to designate a class as a builder object in the Builder design pattern.Interfaceorg.apache.commons.lang3.builderApache Commons
CallableBackgroundInitializer A specialized BackgroundInitializer implementation that wraps a An instance of this class is initialized with a Callable object whenClassorg.apache.commons.lang3.concurrentApache Commons
CharEncodingCharacter encoding names required of every implementation of the Java platform.Classorg.apache.commons.lang3Apache Commons
CharSequenceTranslatorAn API for translating text.Classorg.apache.commons.lang3.text.translateApache Commons
CharSequenceUtilsOperations on CharSequence that areSince:3.Classorg.apache.commons.lang3Apache Commons
CharSetA set of characters.Classorg.apache.commons.lang3Apache Commons
CharSetUtilsOperations on CharSet instances.Classorg.apache.commons.lang3Apache Commons
CharUtilsOperations on char primitives and Character objects.Classorg.apache.commons.lang3Apache Commons
ClassPathUtilsOperations regarding the classpath.Classorg.apache.commons.lang3Apache Commons
ClassUtilsOperates on classes without using reflection.Classorg.apache.commons.lang3Apache Commons
ClassUtils .InterfacesInclusivity literals for ClassUtils.Classorg.apache.commons.lang3.ClassUtilsApache Commons
CloneFailedExceptionException thrown when a clone cannot be created.Classorg.apache.commons.lang3.exceptionApache Commons
CodePointTranslatorHelper subclass to CharSequenceTranslator to allow for translations that will replace up to one character at a time.Classorg.apache.commons.lang3.text.translateApache Commons
CompareToBuilderAssists in implementing Comparable.Classorg.apache.commons.lang3.builderApache Commons
CompositeFormatFormats using one formatter and parses using a different formatter.Classorg.apache.commons.lang3.textApache Commons
ConcurrentException An exception class used for reporting error conditions related to accessing data of background tasks.Classorg.apache.commons.lang3.concurrentApache Commons
ConcurrentInitializer Definition of an interface for the thread-safe initialization of objects.Interfaceorg.apache.commons.lang3.concurrentApache Commons
ConcurrentRuntimeException An exception class used for reporting runtime error conditions related to accessing data of background tasks.Classorg.apache.commons.lang3.concurrentApache Commons
ConcurrentUtils An utility class providing functionality related to the java.Classorg.apache.commons.lang3.concurrentApache Commons
ConstantInitializer A very simple implementation of the ConcurrentInitializer interface which always returns the same object.Classorg.apache.commons.lang3.concurrentApache Commons
ConstructorUtils Utility reflection methods focused on constructors, modeled after Known Limitations Accessing Public Constructors In A DefaultClassorg.apache.commons.lang3.reflectApache Commons
ContextedException An exception that provides an easy and safe way to add contextual information.Classorg.apache.commons.lang3.exceptionApache Commons
ContextedRuntimeException A runtime exception that provides an easy and safe way to add contextual information.Classorg.apache.commons.lang3.exceptionApache Commons
Conversion Static methods to convert a type into another, with endianness and bit ordering awareness.Classorg.apache.commons.lang3Apache Commons
DateFormatUtilsDate and time formatting utilities and constants.Classorg.apache.commons.lang3.timeApache Commons
DateParserInterfaceorg.apache.commons.lang3.timeApache Commons
DatePrinterInterfaceorg.apache.commons.lang3.timeApache Commons
DateUtilsA suite of utilities surrounding the use of the Calendar and Date object.Classorg.apache.commons.lang3.timeApache Commons
DefaultExceptionContextDefault implementation of the context storing the label-value pairs for contexted exceptions.Classorg.apache.commons.lang3.exceptionApache Commons
Diff A Diff contains the differences between two Diffable class Typically, Diffs are retrieved by using a DiffBuilder toClassorg.apache.commons.lang3.builderApache Commons
DiffableDiffable classes can be compared with other objects for differences.Interfaceorg.apache.commons.lang3.builderApache Commons
DiffBuilder Assists in implementing Diffable.Classorg.apache.commons.lang3.builderApache Commons
DiffResult A DiffResult contains a collection of the differences between two Diffable objects.Classorg.apache.commons.lang3.builderApache Commons
DurationFormatUtilsDuration formatting utilities and constants.Classorg.apache.commons.lang3.timeApache Commons
EntityArraysClass holding various entity data for HTML and XML - generally for use with the LookupTranslator.Classorg.apache.commons.lang3.text.translateApache Commons
EnumUtilsUtility library to provide helper methods for Java enums.Classorg.apache.commons.lang3Apache Commons
EqualsBuilderAssists in implementing Object.Classorg.apache.commons.lang3.builderApache Commons
EventListenerSupportAn EventListenerSupport object can be used to manage a list of event listeners of a particular type.Classorg.apache.commons.lang3.eventApache Commons
EventUtilsProvides some useful event-based utility methods.Classorg.apache.commons.lang3.eventApache Commons
ExceptionContextAllows the storage and retrieval of contextual information based on label-value pairs for exceptions.Interfaceorg.apache.commons.lang3.exceptionApache Commons
ExceptionUtilsProvides utilities for manipulating and examining Since:1.Classorg.apache.commons.lang3.exceptionApache Commons
ExtendedMessageFormat options for embedded format elements.Classorg.apache.commons.lang3.textApache Commons
FastDateFormatFastDateFormat is a fast and thread-safe version of To obtain an instance of FastDateFormat, use one of the static factory methods: Classorg.apache.commons.lang3.timeApache Commons
FastDateParserFastDateParser is a fast and thread-safe version of To obtain a proxy to a FastDateParser, use FastDateFormat.Classorg.apache.commons.lang3.timeApache Commons
FastDatePrinterFastDatePrinter is a fast and thread-safe version of To obtain a FastDatePrinter, use FastDateFormat.Classorg.apache.commons.lang3.timeApache Commons
FieldUtilsUtilities for working with Fields by reflection.Classorg.apache.commons.lang3.reflectApache Commons
FormatFactoryInterfaceorg.apache.commons.lang3.textApache Commons
FormattableUtilsProvides utilities for working with the Formattable interface.Classorg.apache.commons.lang3.textApache Commons
FractionFraction is a Number implementation that stores fractions accurately.Classorg.apache.commons.lang3.mathApache Commons
HashCodeBuilder Assists in implementing Object.Classorg.apache.commons.lang3.builderApache Commons
IEEE754rUtilsProvides IEEE-754r variants of NumberUtils methods.Classorg.apache.commons.lang3.mathApache Commons
ImmutablePairAn immutable pair consisting of two Object elements.Classorg.apache.commons.lang3.tupleApache Commons
ImmutableTripleAn immutable triple consisting of three Object elements.Classorg.apache.commons.lang3.tupleApache Commons
InheritanceUtilsUtility methods focusing on inheritance.Classorg.apache.commons.lang3.reflectApache Commons
JavaUnicodeEscaperTranslates codepoints to their Unicode escaped value suitable for Java source.Classorg.apache.commons.lang3.text.translateApache Commons
JavaVersionAn enum representing all the versions of the Java specification.Classorg.apache.commons.lang3Apache Commons
LazyInitializer This class provides a generic implementation of the lazy initialization Sometimes an application has to deal with an object only under certainClassorg.apache.commons.lang3.concurrentApache Commons
LocaleUtilsOperations to assist when working with a Locale.Classorg.apache.commons.lang3Apache Commons
LookupTranslatorTranslates a value using a lookup table.Classorg.apache.commons.lang3.text.translateApache Commons
MethodUtilsUtility reflection methods focused on Methods, originally from Commons BeanUtils.Classorg.apache.commons.lang3.reflectApache Commons
MultiBackgroundInitializer A specialized BackgroundInitializer implementation that can deal with multiple background initialization tasks.Classorg.apache.commons.lang3.concurrentApache Commons
MultiBackgroundInitializer .MultiBackgroundInitializerResultsA data class for storing the results of the background initialization performed by MultiBackgroundInitializer.Classorg.apache.commons.lang3.concurrent.MultiBackgroundInitializerApache Commons
MutableProvides mutable access to a value.Interfaceorg.apache.commons.lang3.mutableApache Commons
MutableBooleanA mutable boolean wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableByteA mutable byte wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableDoubleA mutable double wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableFloatA mutable float wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableIntA mutable int wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableLongA mutable long wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableObjectA mutable Object wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutablePairA mutable pair consisting of two Object elements.Classorg.apache.commons.lang3.tupleApache Commons
MutableShortA mutable short wrapper.Classorg.apache.commons.lang3.mutableApache Commons
MutableTripleA mutable triple consisting of three Object elements.Classorg.apache.commons.lang3.tupleApache Commons
NotImplementedExceptionThrown to indicate that a block of code has not been implemented.Classorg.apache.commons.lang3Apache Commons
NumberUtilsProvides extra functionality for Java Number classes.Classorg.apache.commons.lang3.mathApache Commons
NumericEntityEscaperTranslates codepoints to their XML numeric entity escaped value.Classorg.apache.commons.lang3.text.translateApache Commons
NumericEntityUnescaperTranslate XML numeric entities of the form &#[xX]?\d+;? to the specific codepoint.Classorg.apache.commons.lang3.text.translateApache Commons
NumericEntityUnescaper .OPTIONClassorg.apache.commons.lang3.text.translate.NumericEntityUnescaperApache Commons
ObjectUtilsOperations on Object.Classorg.apache.commons.lang3Apache Commons
ObjectUtils .Null has another meaning.Classorg.apache.commons.lang3.ObjectUtilsApache Commons
OctalUnescaperTranslate escaped octal Strings back to their octal values.Classorg.apache.commons.lang3.text.translateApache Commons
PairA pair consisting of two elements.Classorg.apache.commons.lang3.tupleApache Commons
RandomStringUtilsOperations for random Strings.Classorg.apache.commons.lang3Apache Commons
RandomUtilsUtility library that supplements the standard Random class.Classorg.apache.commons.lang3Apache Commons
RangeAn immutable range of objects from a minimum to maximum point inclusive.Classorg.apache.commons.lang3Apache Commons
RecursiveToStringStyleWorks with ToStringBuilder to create a deep toString.Classorg.apache.commons.lang3.builderApache Commons
ReflectionToStringBuilder Assists in implementing Object.Classorg.apache.commons.lang3.builderApache Commons
SerializationExceptionException thrown when the Serialization process fails.Classorg.apache.commons.lang3Apache Commons
SerializationUtilsAssists with the serialization process and performs additional functionality based Deep clone using serializationClassorg.apache.commons.lang3Apache Commons
StandardToStringStyleWorks with ToStringBuilder to create a toString.Classorg.apache.commons.lang3.builderApache Commons
StopWatch StopWatch provides a convenient API for timings.Classorg.apache.commons.lang3.timeApache Commons
StrBuilderBuilds a string from constituent parts providing a more flexible and powerful API The main differences from StringBuffer/StringBuilder are:Classorg.apache.commons.lang3.textApache Commons
StringEscapeUtilsEscapes and unescapes Strings for Java, Java Script, HTML and XML.Classorg.apache.commons.lang3Apache Commons
StringUtilsOperations on String that are - checks if a String contains textTrim/StripClassorg.apache.commons.lang3Apache Commons
StrLookupLookup a String key to a String value.Classorg.apache.commons.lang3.textApache Commons
StrMatcherA matcher class that can be queried to determine if a character array This class comes complete with various factory methods.Classorg.apache.commons.lang3.textApache Commons
StrSubstitutorSubstitutes variables within a string by values.Classorg.apache.commons.lang3.textApache Commons
StrTokenizerTokenizes a string based based on delimiters (separators) and supporting quoting and ignored character concepts.Classorg.apache.commons.lang3.textApache Commons
SystemUtils Helpers for java.Classorg.apache.commons.lang3Apache Commons
TimedSemaphore A specialized semaphore implementation that provides a number of permits in a given time frame.Classorg.apache.commons.lang3.concurrentApache Commons
ToStringBuilderAssists in implementing Object.Classorg.apache.commons.lang3.builderApache Commons
ToStringStyleControls String formatting for ToStringBuilder.Classorg.apache.commons.lang3.builderApache Commons
TripleA triple consisting of three elements.Classorg.apache.commons.lang3.tupleApache Commons
TypedGeneralization of has a type.Interfaceorg.apache.commons.lang3.reflectApache Commons
TypeLiteralType literal comparable to javax.Classorg.apache.commons.lang3.reflectApache Commons
TypeUtils Utility methods focusing on type inspection, particularly with regard toSince:3.Classorg.apache.commons.lang3.reflectApache Commons
TypeUtils .WildcardTypeBuilderWildcardType builder.Classorg.apache.commons.lang3.reflect.TypeUtilsApache Commons
UnicodeEscaperTranslates codepoints to their Unicode escaped value.Classorg.apache.commons.lang3.text.translateApache Commons
UnicodeUnescaperTranslates escaped Unicode values of the form \\u+\d\d\d\d back to Unicode.Classorg.apache.commons.lang3.text.translateApache Commons
UnicodeUnpairedSurrogateRemoverHelper subclass to CharSequenceTranslator to remove unpaired surrogates.Classorg.apache.commons.lang3.text.translateApache Commons
ValidateThis class assists in validating arguments.Classorg.apache.commons.lang3Apache Commons
WordUtilsOperations on Strings that contain words.Classorg.apache.commons.lang3.textApache Commons