Class Long2ObjectLRUCache<V>
java.lang.Object
com.soulfiremc.server.util.structs.Long2ObjectLRUCache<V>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Long2ObjectLRUCache
public Long2ObjectLRUCache(int capacity)
-
-
Method Details
-
get
-
put
-
containsKey
public boolean containsKey(long key) -
remove
-
size
public int size() -
clear
public void clear() -
compute
-
clean
public void clean() -
toString
-