Uses of Class
org.glassfish.hk2.utilities.general.internal.DoubleNode
Packages that use DoubleNode
-
Uses of DoubleNode in org.glassfish.hk2.utilities.general.internal
Fields in org.glassfish.hk2.utilities.general.internal declared as DoubleNodeModifier and TypeFieldDescriptionprivate DoubleNode<K, V> WeakHashClockImpl.dotprivate DoubleNode<K, V> WeakHashClockImpl.headprivate DoubleNode<K, Object> WeakHashLRUImpl.lruprivate DoubleNode<K, 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 DoubleNodeModifier and TypeFieldDescriptionprivate final WeakHashMap<K, DoubleNode<K, V>> WeakHashClockImpl.byKeyprivate final WeakHashMap<K, DoubleNode<K, Object>> WeakHashLRUImpl.byKeyprivate final ConcurrentHashMap<K, DoubleNode<K, V>> WeakHashClockImpl.byKeyNotWeakprivate final ConcurrentHashMap<K, DoubleNode<K, Object>> WeakHashLRUImpl.byKeyNotWeakMethods in org.glassfish.hk2.utilities.general.internal that return DoubleNodeModifier and TypeMethodDescriptionprivate DoubleNode<K, V> WeakHashClockImpl.addBeforeDot(K key, V value) private DoubleNode<K, Object> 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 DoubleNodeModifier and TypeMethodDescriptionprivate KWeakHashLRUImpl.remove(DoubleNode<K, Object> removeMe) private voidWeakHashClockImpl.removeFromDLL(DoubleNode<K, V> removeMe) voidDoubleNode.setNext(DoubleNode<K, V> next) voidDoubleNode.setPrevious(DoubleNode<K, V> previous)