Class ConfigurationTransformation.NodePath

    • Method Detail

      • get

        public Object get​(int i)
        Description copied from interface: NodePath
        Gets a specific element from the path array
        Specified by:
        get in interface NodePath
        Parameters:
        i - The index to get
        Returns:
        Object at the index
      • size

        public int size()
        Description copied from interface: NodePath
        Gets the length of the path
        Specified by:
        size in interface NodePath
        Returns:
        Length of the path array
      • getArray

        public Object[] getArray()
        Description copied from interface: NodePath
        Returns a copy of the original path array
        Specified by:
        getArray in interface NodePath
        Returns:
        the copied array