| Interface | Description |
|---|---|
| WriterSupplier |
| Class | Description |
|---|---|
| CommentedConfigWrapper<C extends CommentedConfig> | |
| ConfigWrapper<C extends Config> | |
| FakeCommentedConfig |
A fake CommentedConfig that wraps a config that doesn't support comments.
|
| FakeUnmodifiableCommentedConfig |
A fake UnmodifiableCommentedConfig that wraps a config that doesn't support comments.
|
| FastStringReader |
A fast, unsynchronized, simple Reader that reads the content of a String.
|
| IntDeque |
A deque of integers that increases its capacity as necessary.
|
| ObservedEntry<K,V> | |
| ObservedIterator<E> | |
| ObservedMap<K,V> | |
| ObservedSet<K> | |
| StringUtils |
Fast string utilities.
|
| TransformingCollection<InternalV,ExternalV> |
A TransformingCollection applies "just in time" transformations to a
Collection<InternalV> in order to make it like a Collection<ExternalV>. |
| TransformingIterator<InternalV,ExternalV> |
A TransformingIterator applies "just in time" transformations to an
Interator<InternalV>
in order to make it like an Interator<ExternalV>. |
| TransformingMap<K,InternalV,ExternalV> |
A TransformingMap contains an internal
Map<K, InternalV> values, and exposes the
features of a Map<K, ExternalV> applying transformations to the values. |
| TransformingSet<InternalV,ExternalV> |
A TransformingSet applies "just in time" transformations to an
Set<InternalV> in order
to make it like an Set<ExternalV>. |
| TransformingSpliterator<InternalV,ExternalV> |
A TransformingSpliterator applies "just in time" transformations to an
Spliterator<InternalV> in order to make it like an Spliterator<ExternalV>. |
| UnmodifiableConfigWrapper<C extends UnmodifiableConfig> |