Uses of Class
org.codehaus.jackson.node.DoubleNode

Packages that use DoubleNode
org.codehaus.jackson.node Contains concrete JsonNode implementations Jackson uses for the Tree model. 
 

Uses of DoubleNode in org.codehaus.jackson.node
 

Methods in org.codehaus.jackson.node that return DoubleNode
static DoubleNode DoubleNode.valueOf(double v)