public static final class NodeList.SubList<R extends Node> extends AbstractList<R> implements NodeIterable<R>, RandomAccess
modCount
Modifier and Type | Method and Description |
---|---|
R |
get(int index) |
Iterator<R> |
iterator() |
int |
size() |
Stream<R> |
stream() |
NodeList.SubList<R> |
subList(int startIndex) |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
contains, count, filter, filter, first, isEmpty, isNotEmpty, snapshot, snapshotTo
forEach, spliterator
addAll, contains, containsAll, copyOf, isEmpty, of, of, of, of, of, of, of, of, of, of, of, of, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, toArray
public R get(int index)
public int size()
public NodeList.SubList<R> subList(int startIndex)
public Stream<R> stream()
stream
in interface Collection<R extends Node>
stream
in interface NodeIterable<R extends Node>