org.cubeengine.converter.node
Class DoubleNode
java.lang.Object
org.cubeengine.converter.node.Commentable
org.cubeengine.converter.node.Node<V>
org.cubeengine.converter.node.ValueNode<Double>
org.cubeengine.converter.node.DoubleNode
public class DoubleNode
- extends ValueNode<Double>
A Double Node
|
Constructor Summary |
DoubleNode(double value)
Creates a DoubleNode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleNode
public DoubleNode(double value)
- Creates a DoubleNode
- Parameters:
value - a double
Copyright © 2013–2017. All rights reserved.