| Class | Description |
|---|---|
| ByteBuffers |
Additional utility methods for ByteBuffers that are not found in the
ByteBuffer class. |
| Collections |
Yet another utility class that deals with
Collections. |
| ConcurrentLoadingQueue<E> |
A
ConcurrentLinkedQueue that uses a specified supplier
Callable to dynamically load elements into the queue when a read
request is made and the queue is empty. |
| ConcurrentMaps |
Utility class for the
ConcurrentMap interface. |
| Conversions |
A utility class that defines some
Functions to perform
common conversions. |
| Convert |
A collection of functions to convert objects.
|
| Convert.ResolvableLink |
A special class that is used to indicate that the record(s) to which one
or more
links should point must be resolved by finding all
records that match a criteria. |
| DataServices |
A generic collection of services for dealing with the data.
|
| FileOps |
Generic file utility methods that compliment and expand upon those found in
Files and Files. |
| Integers |
A collection of integer related utility functions that are not found in the
Integer or Ints classes. |
| KeyValue<K,V> |
A simple association between two objects where one "maps" to the other.
|
| LinkNavigation |
Utilities for link-navigation queries.
|
| Logging |
A collection of utility methods for programmatically configuring logging
preferences.
|
| MorePaths |
A utility class to compliment the methods that are contained in th built-in
Paths utility class. |
| Networking |
Utilities for dealing with networking.
|
| Numbers |
This class contains utility methods that provide interoperability for the
various
Number types. |
| Parsers |
Utilities for
Parsers. |
| Platform |
A utility class that assists with extracting information about the underlying
platform (i.e.
|
| PrettyLinkedHashMap<K,V> |
A special
LinkedHashMap with a named key and value that returns a
pretty PrettyLinkedHashMap.toString() representation in the form of a two column table
where the key/value pairs are listed in different rows : |
| PrettyLinkedTableMap<R,C,V> |
A special
LinkedHashMap that simulates a sparse table where a row key
maps to a set of columns and each column maps to a value (e.g. |
| Processes |
Utilities for dealing with
Process objects. |
| Queues |
Static factory methods for returning objects that implement the
Queue
interface. |
| QuoteAwareStringSplitter | Deprecated
use
QuoteAwareStringSplitter
instead |
| Random |
Random generators.
|
| RandomStringGenerator |
A random string generator.
|
| ReadOnlyIterator<T> |
An
Iterator that does not support the ReadOnlyIterator.remove() operation. |
| Resources |
Utilities to handle getting resources in a standard and portable way.
|
| Serializables |
A collection of methods to make native java serialization/deserialization
more convenient and interoperable with NIO utilities like file channels and
byte buffers.
|
| StringBuilderWriter |
An single threaded alternative to the
native
StringWriter that is more efficient because it uses a StringBuilder. |
| Strings | Deprecated
in version 0.9.6; use
AnyStrings instead |
| StringSplitter | Deprecated
use
StringSplitter instead |
| Timestamps |
Timestamp related utility methods. |
| TLists |
Utilities for Lists.
|
| Transformers |
A collection of tools used to transform objects in a collection using a
transformation
Function. |
| Transformers.LazyTransformSet<V1,V2> |
A
Set that transform values from an original set of type
V1 into values of type V2 on-the-fly using a
transformation Function. |
| TSets |
Utilities for
Set objects. |
| TypeAdapters |
A collection of
TypeAdapter factories to use when converting java
objects to their appropriate JSON representation. |
| Version |
A class that encapsulates the version information for a class contained in a
concourse jar.
|
| Versions |
A collection of utility methods for dealing with version numbers.
|
| Enum | Description |
|---|---|
| SplitOption | Deprecated |