Uses of Class
org.glassfish.hk2.utilities.general.internal.DoubleNode
-
Packages that use DoubleNode Package Description org.glassfish.hk2.utilities.general.internal -
-
Uses of DoubleNode in org.glassfish.hk2.utilities.general.internal
Fields in org.glassfish.hk2.utilities.general.internal declared as DoubleNode Modifier and Type Field Description private DoubleNode<K,V>WeakHashClockImpl. dotprivate DoubleNode<K,V>WeakHashClockImpl. headprivate DoubleNode<K,java.lang.Object>WeakHashLRUImpl. lruprivate DoubleNode<K,java.lang.Object>WeakHashLRUImpl. mruprivate DoubleNode<K,V>DoubleNode. nextprivate DoubleNode<K,V>DoubleNode. previousprivate DoubleNode<K,V>WeakHashClockImpl. tailFields in org.glassfish.hk2.utilities.general.internal with type parameters of type DoubleNode Modifier and Type Field Description private java.util.WeakHashMap<K,DoubleNode<K,V>>WeakHashClockImpl. byKeyprivate java.util.WeakHashMap<K,DoubleNode<K,java.lang.Object>>WeakHashLRUImpl. byKeyprivate java.util.concurrent.ConcurrentHashMap<K,DoubleNode<K,V>>WeakHashClockImpl. byKeyNotWeakprivate java.util.concurrent.ConcurrentHashMap<K,DoubleNode<K,java.lang.Object>>WeakHashLRUImpl. byKeyNotWeakMethods in org.glassfish.hk2.utilities.general.internal that return DoubleNode Modifier and Type Method Description private DoubleNode<K,V>WeakHashClockImpl. addBeforeDot(K key, V value)private DoubleNode<K,java.lang.Object>WeakHashLRUImpl. addToHead(K key)DoubleNode<K,V>DoubleNode. getNext()DoubleNode<K,V>DoubleNode. getPrevious()private DoubleNode<K,V>WeakHashClockImpl. moveDot()private DoubleNode<K,V>WeakHashClockImpl. moveDotNoWeak()Methods in org.glassfish.hk2.utilities.general.internal with parameters of type DoubleNode Modifier and Type Method Description private KWeakHashLRUImpl. remove(DoubleNode<K,java.lang.Object> removeMe)private voidWeakHashClockImpl. removeFromDLL(DoubleNode<K,V> removeMe)voidDoubleNode. setNext(DoubleNode<K,V> next)voidDoubleNode. setPrevious(DoubleNode<K,V> previous)
-