Interface Node

    • Method Detail

      • childNode

        Node childNode​(java.lang.String key)
        Returns the a Node to which the specified key is mapped. or a new Node if this map contains no mapping for the key.
        Parameters:
        key - the key whose associated value is to be returned
        Returns:
        the value to which the specified key is mapped, or new Node if this map contains no mapping for the key