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 ofNodePathused by this class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(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.intsize()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:NodePathGets a specific element from the path array
-
getArray
public Object[] getArray()
Description copied from interface:NodePathReturns a copy of the original path array
-
-