| Interface | Description |
|---|---|
| Converter.Work<T> | |
| GraphComparator.DeltaProcessor | |
| GraphComparator.ID | |
| IOUtilities.TransferCallback | |
| Traverser.Visitor | |
| UrlInvocationHandlerStrategy | Deprecated |
| 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.
|
| ClassUtilities |
Useful utilities for Class work.
|
| 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.
|
| 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.
|
| FastReader |
Buffered, Pushback, Reader that does not use synchronization.
|
| FastWriter |
Buffered Writer that does not use synchronization.
|
| GraphComparator |
Graph Utility algorithms, such as Asymmetric Graph Difference.
|
| GraphComparator.Delta | |
| GraphComparator.DeltaError | |
| GraphComparator.DeltaProcessor.Helper | |
| InetAddressUtilities |
Useful InetAddress Utilities
|
| IOUtilities |
Useful IOUtilities that simplify common io tasks
|
| LRUCache<K,V> |
This class provides a Least Recently Used (LRU) cache API that will evict the least recently used items,
once a threshold is met.
|
| 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.
|
| UniqueIdGenerator |
Generate a unique ID that fits within a long value.
|
| UrlInvocationHandler | Deprecated |
| UrlUtilities | Deprecated |
| Enum | Description |
|---|---|
| CompactMap.LogicalValueType | |
| GraphComparator.Delta.Command |
These are all possible Delta.Commands that are generated when performing
the graph comparison.
|
Copyright © 2023. All rights reserved.