| Attributes |
Attributes.
|
| Attributes.Wrapper |
A Wrapper of attributes
|
| AttributesMap |
|
| Callback |
A callback abstraction that handles completed/failed events of asynchronous operations.
|
| Callback.Completable |
A CompletableFuture that is also a Callback.
|
| Callback.Completing |
|
| Callback.Nested |
Nested Completing Callback that completes after
completing the nested callback
|
| DateCache.Tick |
|
| Decorator |
|
| Fields |
A container for name/value pairs, known as fields.
|
| Fields.Field |
A named list of string values.
|
| FutureCallback |
|
| IncludeExcludeSet |
Utility class to maintain a set of inclusions and exclusions.
|
| Index |
An immutable String lookup data structure.
|
| Index.Builder |
Builder of Index instances.
|
| Index.Mutable |
A mutable String lookup data structure.
|
| Index.Mutable.Builder |
|
| InetAddressPattern |
A pattern representing a single or range of InetAddress.
|
| IteratingCallback |
This specialized callback implements a pattern that allows
a large job to be broken into smaller tasks using iteration
rather than recursion.
|
| IteratingCallback.Action |
|
| JavaVersion |
Java Version Utility class.
|
| LeakDetector.LeakInfo |
Information about the leak of a resource.
|
| MultiException |
Wraps multiple exceptions.
|
| MultiMap |
A multi valued Map.
|
| MultiReleaseJarFile.VersionedJarEntry |
A versioned Jar entry
|
| PathWatcher.Config |
|
| PathWatcher.DirAction |
|
| PathWatcher.Listener |
Listener for path change events
|
| PathWatcher.PathWatchEvent |
PathWatchEvent
Represents a file event.
|
| PathWatcher.PathWatchEventType |
PathWatchEventType
Type of an event
|
| Pool.Entry |
A Pool entry that holds metadata and a pooled object.
|
| Pool.StrategyType |
The type of the strategy to use for the pool.
|
| Promise |
A callback abstraction that handles completed/failed events of asynchronous operations.
|
| Scanner.Listener |
Listener
Marker for notifications re file changes.
|
| SearchPattern |
SearchPattern
Fast search for patterns within strings and arrays of bytes.
|
| SharedBlockingCallback.Blocker |
A Closeable Callback.
|
| SocketAddressResolver |
Creates SocketAddress instances, returning them through a Promise.
|
| Uptime |
Provide for a Uptime class that is compatible with Android, GAE, and the new Java 8 compact profiles
|
| Uptime.Impl |
|
| Utf8Appendable |
Utf8 Appendable abstract base class
This abstract class wraps a standard Appendable and provides methods to append UTF-8 encoded bytes, that are converted into characters.
|