Uses of Class
org.glassfish.hk2.utilities.general.internal.DoubleNode
Packages that use DoubleNode
-
Uses of DoubleNode in org.glassfish.hk2.utilities.general.internal
Methods in org.glassfish.hk2.utilities.general.internal that return DoubleNodeModifier and TypeMethodDescriptionDoubleNode<K,V> DoubleNode.getNext()DoubleNode<K,V> DoubleNode.getPrevious()Methods in org.glassfish.hk2.utilities.general.internal with parameters of type DoubleNodeModifier and TypeMethodDescriptionvoidDoubleNode.setNext(DoubleNode<K, V> next) voidDoubleNode.setPrevious(DoubleNode<K, V> previous)