Class | Description |
---|---|
CachingSupplier<T> |
Caching layer between Supplier and caller.
|
Key<T> |
Identifier used for storing and fetching data from DataContainers.
|
PlaceholderKey<T> |
Special Key object that can be used for placeholders when replacing values in html files.
|
Type<T> |
Similar to Google's TypeToken but without requiring whole gson package.
|