Package co.aikar.util


package co.aikar.util
  • Classes
    Class
    Description
     
    Provides Utility methods that assist with generating JSON Objects
    Simply stores a key and a value, used internally by many methods below.
    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.
    Due to java stuff, you will need to cast it to (Function) for some cases
    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.
    Due to java stuff, you will need to cast it to (Function) for some cases
    Implements a Most Recently Used cache in front of a backing map, to quickly access the last accessed result.