Class LRUCache
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, getSize, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, forEach, get, getEntries, getKeys, getOrDefault, getValues, putFirst, putLast, replaceAll, reversed, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LRUCache
LRUCache(Integer limit)
-
-
-
-