Class PropertyTree.Node

  • Enclosing class:
    PropertyTree

    public static class PropertyTree.Node
    extends java.lang.Object
    The node of the PropertyTree.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getValue()
      Returns the value of this node.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getValue

        public java.util.Optional<java.lang.String> getValue()
        Returns the value of this node.
        Returns:
        the value or Optional.empty() if the node has no value associated
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object