Interface NodePath
-
-
Method Summary
All Methods Instance Methods Abstract 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 interface java.lang.Iterable
forEach, spliterator
-
-