| Interface | Description |
|---|---|
| PrettyMap<K,V> |
A
Map with "pretty" formatted string
representation. |
| PrettyTableMap<R,C,V> |
A
TableMap with "pretty" formatted string
representation. |
| TableMap<R,C,V> |
Two-dimensional mapping that associates a "row" key to another
Map
where "column" keys are associated with a "value". |
| Class | Description |
|---|---|
| ByteBuffers | Deprecated
use
ByteBuffers instead |
| 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. |
| 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. |
| Identifiers |
A utility class that generates identifiers.
|
| 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.
|
| 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. |
| Navigation |
Utilities for link-navigation queries.
|
| Networking |
Utilities for dealing with networking.
|
| Numbers |
This class contains utility methods that provide interoperability for the
various
Number types. |
| Parsers | Deprecated
use
ConcourseCompiler instead |
| 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. |
| Queues |
Static factory methods for returning objects that implement the
Queue
interface. |
| Random |
Random generators.
|
| RandomStringGenerator |
A random string generator.
|
| ReadOnlyIterator<T> |
An
Iterator that does not support the ReadOnlyIterator.remove() operation. |
| RegexPatterns |
A collection of commonly used regex patterns
|
| 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. |
| 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> | |
| 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.
|