org.geotools.data.complex.filter
Class XPath.StepList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.geotools.util.CheckedArrayList<XPath.Step>
org.geotools.data.complex.filter.XPath.StepList
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<XPath.Step>, java.util.Collection<XPath.Step>, java.util.List<XPath.Step>, java.util.RandomAccess, CheckedCollection<XPath.Step>
- Enclosing class:
- XPath
public static class XPath.StepList
- extends CheckedArrayList<XPath.Step>
- See Also:
- Serialized Form
Fields inherited from class java.util.AbstractList |
modCount |
Methods inherited from class org.geotools.util.CheckedArrayList |
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, trimToSize |
Methods inherited from class java.util.ArrayList |
listIterator, listIterator, removeRange |
Methods inherited from class java.util.AbstractCollection |
containsAll |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
containsAll |
Methods inherited from interface java.util.List |
containsAll |
XPath.StepList
public XPath.StepList(XPath.StepList steps)
toString
public java.lang.String toString()
- Description copied from class:
CheckedArrayList
- Returns a string representation of this list.
- Overrides:
toString
in class CheckedArrayList<XPath.Step>
subList
public XPath.StepList subList(int fromIndex,
int toIndex)
- Specified by:
subList
in interface java.util.List<XPath.Step>
- Overrides:
subList
in class java.util.ArrayList<XPath.Step>
clone
public XPath.StepList clone()
- Description copied from class:
CheckedArrayList
- Returns a shallow copy of this list.
- Overrides:
clone
in class CheckedArrayList<XPath.Step>
- Returns:
- A shallow copy of this list.
equalsIgnoreIndex
public boolean equalsIgnoreIndex(XPath.StepList propertyName)
- Compares this StepList with another for equivalence regardless of the indexes of each
Step.
- Parameters:
propertyName
-
- Returns:
true
if this step list has the same location paths than
propertyName
ignoring the indexes in each step. false
otherwise.
Copyright © 1996-2010 Geotools. All Rights Reserved.