| Interface | Description |
|---|---|
| Weighted |
Common interface for classes that have different priorities.
|
| Class | Description |
|---|---|
| ClassUtils | |
| ConcurrentReferenceHashMap<K,V> |
An advanced hash table supporting configurable garbage collection semantics
of keys and values, optional referential-equality, full concurrency of
retrievals, and adjustable expected concurrency for updates.
|
| DbUtils | |
| FeatureAnnotations |
Utility class to read annotation on feature enums.
|
| FeatureMap |
This map can be used to check whether features are active.
|
| FeatureStateStorageWrapper |
Wraps the state of a feature (minus the feature itself) to make it easier to store
the state of a feature in a cache and then recreate the FeatureState later.
|
| IOUtils |
Provides utility methods for working with I/O streams.
|
| Lists | |
| MoreObjects |
Helper functions that can operate on any
Object. |
| MoreObjects.ToStringHelper |
Support class for
MoreObjects.toStringHelper(java.lang.Object). |
| NamedFeature |
This class can be used if just the name of a feature is known but not the enum type.
|
| Preconditions |
Static convenience methods that help a method or constructor check whether it was invoked
correctly (whether its preconditions have been met).
|
| Services |
Helper class to lookup SPI implementations using the
ServiceLoader. |
| Strings | |
| UntypedFeature | Deprecated
Use
NamedFeature instead. |
| Validate |
Common methods for checking method contracts.
|
| Weighted.WeightedComparator |
| Enum | Description |
|---|---|
| ConcurrentReferenceHashMap.Option | |
| ConcurrentReferenceHashMap.ReferenceType |
An option specifying which Java reference type should be used to refer
to a key and/or value.
|
Copyright © 2018. All Rights Reserved.