Uses of Class
com.jackmeng.stl.stl_LRU_Cache.Node
Package | Description |
---|---|
com.jackmeng.stl |
-
Uses of stl_LRU_Cache.Node in com.jackmeng.stl
Fields in com.jackmeng.stl declared as stl_LRU_Cache.Node Modifier and Type Field Description private stl_LRU_Cache.Node<K,V>[][]
stl_LRU_Cache. colorBlocks
stl_LRU_Cache.Node<K,V>
stl_LRU_Cache.Node. next
stl_LRU_Cache.Node<K,V>
stl_LRU_Cache.Node. nextBlock
stl_LRU_Cache.Node<K,V>
stl_LRU_Cache.Node. prev
stl_LRU_Cache.Node<K,V>
stl_LRU_Cache.Node. prevBlock
private stl_LRU_Cache.Node<K,V>
stl_LRU_Cache. tail
Fields in com.jackmeng.stl with type parameters of type stl_LRU_Cache.Node Modifier and Type Field Description private java.util.Map<K,stl_LRU_Cache.Node<K,V>>
stl_LRU_Cache. map
Methods in com.jackmeng.stl with parameters of type stl_LRU_Cache.Node Modifier and Type Method Description private void
stl_LRU_Cache. addToFront(stl_LRU_Cache.Node<K,V> node, int color)
private void
stl_LRU_Cache. removeNode(stl_LRU_Cache.Node<K,V> node)