| Interface | Description |
|---|---|
| GraphComparator.DeltaProcessor | |
| GraphComparator.ID | |
| IOUtilities.TransferCallback | |
| Traverser.Visitor | |
| UrlInvocationHandlerStrategy |
Useful String utilities for common tasks
|
| Class | Description |
|---|---|
| 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.
|
| CaseInsensitiveSet<E> |
Implements a java.util.Set that will not utilize 'case' when comparing Strings
contained within the 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.DeltaError | |
| GraphComparator.DeltaProcessor.Helper | |
| InetAddressUtilities |
Useful InetAddress Utilities
|
| IOUtilities |
Useful IOUtilities that simplify common io tasks
|
| MapUtilities |
Usefule utilities for Maps
|
| MathUtilities |
Useful Math utilities
|
| ProxyFactory |
Handy utilities for working with Java arrays.
|
| ReflectionUtils | |
| 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
|
| 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 quickly, will never create a duplicate value,
even if called insanely fast, and it incorporates part of the IP address so that machines in
a cluster will not create duplicates.
|
| 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).
|
| UrlUtilities |
Useful utilities for working with UrlConnections and IO.
|
| Enum | Description |
|---|---|
| GraphComparator.Delta.Command |
These are all possible Delta.Commands that are generated when performing
the graph comparison.
|
Copyright © 2017. All rights reserved.