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 K
key
stl_LRU_Cache.Node<K,V>
next
stl_LRU_Cache.Node<K,V>
nextBlock
stl_LRU_Cache.Node<K,V>
prev
stl_LRU_Cache.Node<K,V>
prevBlock
V
value
-
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
-