Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Creates a least recently used map using a LinkedHashMap. The map will start evicting entries once maxSize has been reached.

Link copied to clipboard

Wraps the map in a MapLikeCollection, this assumes that the map can safely be accessed concurrently if concurrent is true.