Class NodeValue<V>

java.lang.Object
com.saicone.settings.node.NodeValue<V>
Type Parameters:
V - the value type of the node.
All Implemented Interfaces:
SettingsNode, com.saicone.types.AnyObject<Object>
Direct Known Subclasses:
NodeKey

public abstract class NodeValue<V> extends Object implements SettingsNode
Abstract class that represents a node multi-layer value along with comments.
Any type transformation will be cached.