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