MCPcopy Create free account
hub / github.com/360/360-Engine-for-Android / LRUHashMap

Class LRUHashMap

src/com/vodafone360/people/utils/LRUHashMap.java:54–221  ·  view source on GitHub ↗

LRUHashMap is an extension of HashMap. Cloning and serialization are not implemented, i.e. methods of the parent HashMap will be invoked. The purpose of the class is to provide a functionality of HashMap maintaining its size not bigger than a defined limit. For this purpose "Removing Least R

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected