Class ConfigurationTransformation.NodePath
- java.lang.Object
-
- ninja.leaping.configurate.transformation.ConfigurationTransformation.NodePath
-
- Enclosing class:
- ConfigurationTransformation
public static final class ConfigurationTransformation.NodePath extends Object implements NodePath
Implementation ofNodePath
used by this class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(int i)
Gets a specific element from the path arrayObject[]
getArray()
Returns a copy of the original path array@NonNull Iterator<Object>
iterator()
Returns an iterator over the path.int
size()
Gets the length of the path-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
get
public Object get(int i)
Description copied from interface:NodePath
Gets a specific element from the path array
-
getArray
public Object[] getArray()
Description copied from interface:NodePath
Returns a copy of the original path array
-
-