Class RestApiComparatorPath.Impl
java.lang.Object
java.util.AbstractCollection<RestApiComparatorPath.RestApiTesterPathValues>
java.util.AbstractList<RestApiComparatorPath.RestApiTesterPathValues>
java.util.ArrayList<RestApiComparatorPath.RestApiTesterPathValues>
org.bremersee.spring.test.api.comparator.RestApiComparatorPath.Impl
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<RestApiComparatorPath.RestApiTesterPathValues>,Collection<RestApiComparatorPath.RestApiTesterPathValues>,List<RestApiComparatorPath.RestApiTesterPathValues>,RandomAccess,SequencedCollection<RestApiComparatorPath.RestApiTesterPathValues>,RestApiComparatorPath
- Enclosing interface:
RestApiComparatorPath
public static class RestApiComparatorPath.Impl
extends ArrayList<RestApiComparatorPath.RestApiTesterPathValues>
implements RestApiComparatorPath
The rest api tester path implementation.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bremersee.spring.test.api.comparator.RestApiComparatorPath
RestApiComparatorPath.Builder, RestApiComparatorPath.BuilderImpl, RestApiComparatorPath.Impl, RestApiComparatorPath.PathType, RestApiComparatorPath.RestApiTesterPathValues -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Method Details
-
toPathBuilder
Description copied from interface:RestApiComparatorPathTo path builder.- Specified by:
toPathBuilderin interfaceRestApiComparatorPath- Returns:
- the path builder
-
toString
- Overrides:
toStringin classAbstractCollection<RestApiComparatorPath.RestApiTesterPathValues>
-