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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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.IOException
Copyright © 2020. All rights reserved.