Class | Description |
---|---|
Counter<T> | |
JSONUtil |
Provides Utility methods that assist with generating JSON Objects
|
JSONUtil.JSONPair |
Simply stores a key and a value, used internally by many methods below.
|
LoadingIntMap<V> |
Allows you to pass a Loader function that when a key is accessed that doesn't exist,
automatically loads the entry into the map by calling the loader Function.
|
LoadingIntMap.Feeder<T> |
Due to java stuff, you will need to cast it to (Function) for some cases
|
LoadingMap<K,V> |
Allows you to pass a Loader function that when a key is accessed that doesn't exists,
automatically loads the entry into the map by calling the loader Function.
|
LoadingMap.Feeder<T> |
Due to java stuff, you will need to cast it to (Function) for some cases
|
MRUMapCache<K,V> |
Implements a Most Recently Used cache in front of a backing map, to quickly access the last accessed result.
|
Copyright © 2021. All rights reserved.