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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringcontains, count, filter, filter, first, isEmpty, isNotEmpty, snapshot, snapshotToforEach, spliteratoraddAll, contains, containsAll, copyOf, isEmpty, of, of, of, of, of, of, of, of, of, of, of, of, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, toArraypublic 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>