public class KeyPath extends AbstractList<String>
modCount| Modifier and Type | Method and Description |
|---|---|
String |
get(int index) |
protected static KeyPath |
parse(PushbackReader reader)
Parses character content from a reader into a key path.
|
static KeyPath |
parse(String value)
Parses a string value into a key path.
|
int |
size() |
String |
toString() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic String get(int index)
public int size()
size in interface Collection<String>size in interface List<String>size in class AbstractCollection<String>public String toString()
toString in class AbstractCollection<String>public static KeyPath parse(String value)
value - The string value to parse.protected static KeyPath parse(PushbackReader reader) throws IOException
reader - The reader containing the content to parse.IOExceptionCopyright © 2025. All rights reserved.