public static class XPathUtil.StepList extends CheckedArrayList<XPathUtil.Step>
modCount| Constructor and Description |
|---|
StepList(XPathUtil.StepList steps) |
| Modifier and Type | Method and Description |
|---|---|
XPathUtil.StepList |
clone()
Returns a shallow copy of this list.
|
boolean |
containsPredicate() |
boolean |
equalsIgnoreIndex(XPathUtil.StepList propertyName)
Compares this StepList with another for equivalence regardless of the indexes of each
Step.
|
void |
setIndex(int index,
String xpath,
String separator)
Find the first steps matching the xpath within this list, and set an index to it.
|
boolean |
startsWith(XPathUtil.StepList other) |
XPathUtil.StepList |
subList(int fromIndex,
int toIndex) |
String |
toString()
Returns a string representation of this list.
|
add, add, addAll, addAll, checkWritePermission, clear, contains, ensureCapacity, ensureValidType, equals, get, getElementType, getLock, hashCode, indexOf, isEmpty, iterator, lastIndexOf, remove, remove, removeAll, retainAll, set, size, toArray, toArray, trimToSizeforEach, listIterator, listIterator, removeIf, removeRange, replaceAll, sort, spliteratorcontainsAllcontainsAll, parallelStream, removeIf, spliterator, streamcontainsAllpublic StepList(XPathUtil.StepList steps)
public String toString()
CheckedArrayListtoString in class CheckedArrayList<XPathUtil.Step>public boolean containsPredicate()
public boolean startsWith(XPathUtil.StepList other)
public XPathUtil.StepList subList(int fromIndex, int toIndex)
subList in interface List<XPathUtil.Step>subList in class ArrayList<XPathUtil.Step>public XPathUtil.StepList clone()
CheckedArrayListclone in class CheckedArrayList<XPathUtil.Step>Object.clone()public boolean equalsIgnoreIndex(XPathUtil.StepList propertyName)
propertyName - true if this step list has the same location paths than
propertyName ignoring the indexes in each step. false otherwise.Copyright © 1996–2019 Geotools. All rights reserved.