public static class ConfigurationTransformation.NodePath extends Object implements Iterable<Object>
Modifier and Type | Method and Description |
---|---|
Object |
get(int i)
Gets a specific element from the path array
|
Object[] |
getArray()
Returns a copy of the original path array
|
Iterator<Object> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Object get(int i)
i
- the index to getpublic int size()
public Object[] getArray()
Copyright © 2014–2017. All rights reserved.