Package com.jackmeng.stl
Class stl_LRU_Cache.Node<K,V>
java.lang.Object
com.jackmeng.stl.stl_LRU_Cache.Node<K,V>
- Enclosing class:
- stl_LRU_Cache<K,V>
private static class stl_LRU_Cache.Node<K,V>
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description Kkeystl_LRU_Cache.Node<K,V>nextstl_LRU_Cache.Node<K,V>nextBlockstl_LRU_Cache.Node<K,V>prevstl_LRU_Cache.Node<K,V>prevBlockVvalue -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
key
-
value
-
prev
-
next
-
prevBlock
-
nextBlock
-
-
Constructor Details
-
Node
-