Class NodeKey<V>

  • Type Parameters:
    V - the value type of the node.
    All Implemented Interfaces:
    SettingsNode, com.saicone.types.ValueType<Object>
    Direct Known Subclasses:
    ListNode, MapNode, ObjectNode

    public class NodeKey<V>
    extends NodeValue<V>
    Class that represents a node with parent node and key parameter along with value.