| Interface | Description |
|---|---|
| Builder<T> |
Object builder.
|
| Managed<T> |
Interface for types that can be asynchronously opened and closed.
|
| Class | Description |
|---|---|
| Assert |
Assertion utilities.
|
| Durations |
Utility for creating
Duration instances. |
| LRUCache<K,V> |
A fixed capacity map that automatically makes room for a new entry when the map is full by evicting the least
recently accessed entry.
|
| PropertiesReader |
Utility for reading configuration information from properties.
|
| QualifiedProperties |
Qualified properties.
|
| Exception | Description |
|---|---|
| ConfigurationException |
Resource configuration exception.
|
Copyright © 2013–2016. All rights reserved.