All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AdjustableGZIPOutputStream |
|
| ArrayUtilities |
Handy utilities for working with Java arrays.
|
| ByteUtilities |
|
| CaseInsensitiveMap<K,V> |
Useful Map that does not care about the case-sensitivity of keys
when the key value is a String.
|
| CaseInsensitiveMap.CaseInsensitiveString |
Class used to wrap String keys.
|
| CaseInsensitiveSet<E> |
Implements a java.util.Set that will not utilize 'case' when comparing Strings
contained within the Set.
|
| CompactCIHashMap<K,V> |
Useful Map that does not care about the case-sensitivity of keys
when the key value is a String.
|
| CompactCIHashSet<E> |
Similar to CompactSet, except that it uses a HashSet as delegate Set when
more than compactSize() elements are held.
|
| CompactCILinkedMap<K,V> |
Useful Map that does not care about the case-sensitivity of keys
when the key value is a String.
|
| CompactCILinkedSet<E> |
Similar to CompactSet, except that it uses a LinkedHashSet as delegate Set when
more than compactSize() elements are held.
|
| CompactLinkedMap<K,V> |
This Map uses very little memory (See CompactMap).
|
| CompactLinkedSet<E> |
Similar to CompactSet, except that it uses a LinkedHashSet as delegate Set when
more than compactSize() elements are held.
|
| CompactMap<K,V> |
Many developers do not realize than they may have thousands or hundreds of thousands of Maps in memory, often
representing small JSON objects.
|
| CompactMap.LogicalValueType |
|
| CompactSet<E> |
Often, memory may be consumed by lots of Maps or Sets (HashSet uses a HashMap to implement it's set).
|
| Converter |
Handy conversion utilities.
|
| DateUtilities |
Handy utilities for working with Java Dates.
|
| DeepEquals |
Test two objects for equivalence with a 'deep' comparison.
|
| EncryptionUtilities |
Useful encryption utilities that simplify tasks like getting an
encrypted String return value (or MD5 hash String) for String or
Stream input.
|
| ExceptionUtilities |
Useful Exception Utilities
|
| Executor |
This class is used in conjunction with the Executor class.
|
| FastByteArrayOutputStream |
Faster version of ByteArrayOutputStream that does not have synchronized methods and
also provides direct access to its internal buffer so that it does not need to be
duplicated when read.
|
| GraphComparator |
Graph Utility algorithms, such as Asymmetric Graph Difference.
|
| GraphComparator.Delta |
|
| GraphComparator.Delta.Command |
These are all possible Delta.Commands that are generated when performing
the graph comparison.
|
| GraphComparator.DeltaError |
|
| GraphComparator.DeltaProcessor |
|
| GraphComparator.DeltaProcessor.Helper |
|
| GraphComparator.ID |
|
| InetAddressUtilities |
Useful InetAddress Utilities
|
| IOUtilities |
Useful IOUtilities that simplify common io tasks
|
| IOUtilities.TransferCallback |
|
| MapUtilities |
Usefule utilities for Maps
|
| MathUtilities |
Useful Math utilities
|
| ProxyFactory |
Handy utilities for working with Java arrays.
|
| ReflectionUtils |
Utilities to simplify writing reflective code as well as improve performance of reflective operations like
method and annotation lookups.
|
| SafeSimpleDateFormat |
This class implements a Thread-Safe (re-entrant) SimpleDateFormat
class.
|
| StreamGobbler |
This class is used in conjunction with the Executor class.
|
| StringUtilities |
Useful String utilities for common tasks
|
| SystemUtilities |
Useful System utilities for common tasks
|
| TestUtil |
Useful Test utilities for common tasks
|
| TrackingMap<K,V> |
TrackingMap
|
| Traverser |
Java Object Graph traverser.
|
| Traverser.ClassInfo |
This class wraps a class in order to cache the fields so they
are only reflectively obtained once.
|
| Traverser.Visitor |
|
| UniqueIdGenerator |
Generate a unique ID that fits within a long value.
|
| UrlInvocationHandler |
Useful utility for allowing Java code to make Ajax calls, yet the Java code
can make these calls via Dynamic Proxies created from Java interfaces for
the remote server(s).
|
| UrlInvocationHandlerStrategy |
Useful String utilities for common tasks
|
| UrlUtilities |
Useful utilities for working with UrlConnections and IO.
|