See: Description
| Interface | Description |
|---|---|
| BiConsumer<K,V> |
An operation that accepts two input arguments and returns no result.
|
| IndexedReadOnlyStringMap |
An extension of
ReadOnlyStringMap that imposes a total ordering on its keys. |
| IndexedStringMap |
An extension of
StringMap that imposes a total ordering on its keys. |
| MessageSupplier |
Classes implementing this interface know how to supply
Messages. |
| ReadOnlyStringMap |
A read-only collection of String keys mapped to values of arbitrary type.
|
| StringBuilderFormattable |
Objects that implement this interface can be converted to text, ideally without allocating temporary objects.
|
| StringMap |
Exposes methods to add and remove key-value pairs to and from
ReadOnlyStringMap. |
| Supplier<T> |
Consider this class private.
|
| TriConsumer<K,V,S> |
An operation that accepts three input arguments and returns no result.
|
| Class | Description |
|---|---|
| Activator |
Consider this class private.
|
| Chars |
Consider this class private.
|
| Constants |
Log4j API Constants.
|
| EnglishEnums |
Consider this class private.
|
| LambdaUtil |
Utility class for lambda support.
|
| LoaderUtil |
Consider this class private.
|
| PropertiesUtil |
Consider this class private.
|
| ProviderUtil |
Consider this class private.
|
| ReflectionUtil |
Consider this class private.
|
| SortedArrayStringMap |
Consider this class private.
|
| StringBuilders |
Consider this class private.
|
| Strings |
Consider this class private.
|
| Unbox |
Utility for preventing primitive parameter values from being auto-boxed.
|
| Annotation Type | Description |
|---|---|
| PerformanceSensitive |
Indicates that a particular annotated construct was written with certain performance constraints in mind that
should be considered when modifying or testing.
|
Copyright © 2006-2017 OPS4J - Open Participation Software for Java. All Rights Reserved.