Class | Description |
---|---|
ArrayUtils |
Quick and dirty utilities for working with arrays.
|
AsciiMap |
Stores a Map of ASCII characters to Strings in a quick-lookup array.
|
AsciiSet |
Stores a set of ASCII characters for quick lookup.
|
AsciiSet.Builder |
Builder class for
AsciiSet objects. |
BeanPropertyUtils |
Utility methods when working with setting of bean properties.
|
ByteArrayCache |
A utility class for caching byte arrays in memory so that duplicate arrays can be reused.
|
ByteArrayInOutStream |
Subclass of a ByteArrayOutputStream that avoids a byte array copy when reading from an input stream.
|
Cache<K,V> |
Simple in-memory cache of objects.
|
CharSequenceReader |
Similar to
StringReader except reads from a generic CharSequenceReader . |
ClassUtils |
Class-related utility methods.
|
ClassUtils.MethodInfo |
Simple bean that shows the name, parameter types, and return type of a method.
|
CollectionUtils |
Utility methods for collections.
|
DateUtils |
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
|
DelegateBeanMap<T> |
Represents a wrapped
BeanMap where property values can be overridden, removed, or reordered without
affecting the underlying bean. |
DelegateList<T extends Collection<?>> |
Represents a wrapped
Collection where entries in the list can be removed or reordered without affecting the
underlying list. |
DelegateMap<T> |
Represents a wrapped
Map where entries in the map can be removed without affecting the underlying map. |
FileReaderBuilder |
Utility class for creating
FileReader objects. |
FileUtils |
File utilities.
|
FileWriterBuilder |
Utility class for creating
FileWriter objects. |
FilteredMap<K,V> |
Wrapper around a map where the key names are overridden.
|
HashCode |
Utility class for generating integer hash codes.
|
IdentityList<T> |
Combination of a
LinkedList and IdentitySet . |
IOUtils |
Various I/O related utility methods.
|
JuneauLogger |
Wraps and extends the
Logger class to provide some additional convenience methods. |
KeywordSet |
Stores a set of language keywords for quick lookup.
|
MultiIterable<E> |
Utility class for defining an iterator over one or more iterables.
|
MultiSet<E> |
Encapsulates multiple collections so they can be iterated over as if they were all part of the same collection.
|
NoCloseOutputStream |
Wraps an existing
OutputStream where the NoCloseOutputStream.close() method is a no-op. |
NoCloseWriter |
Wraps an existing
Writer where the NoCloseWriter.close() method is a no-op. |
ObjectUtils |
Utility class for efficiently converting objects between types.
|
Pair<F,S> |
Represents a simple object pair.
|
ReflectionUtils |
Reflection utilities.
|
SimpleMap |
An instance of a
Map where the keys and values are simple String[] and
Object[] arrays. |
StringBuilderWriter |
Similar to
StringWriter , but uses a StringBuilder instead to avoid synchronization overhead. |
StringUtils |
Reusable string utility methods.
|
SystemUtils |
System utilities.
|
TeeOutputStream |
Output stream that can send output to multiple output streams.
|
TeeWriter |
Writer that can send output to multiple writers.
|
ThrowableUtils |
Various utility methods for creating and working with throwables.
|
Utils |
Various utility methods.
|
Version |
Represents a version string such as
|
VersionRange |
Represents an OSGi-style version range like
|
WrappedMap<K,V> |
Wraps an existing map inside an extensible interface so that convenience methods can be added to the subclass.
|
Copyright © 2018 Apache. All rights reserved.