protected class CorpusImpl.VerboseList extends AbstractList<Document> implements Serializable
modCount
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
Document element) |
Document |
get(int index) |
Document |
remove(int index) |
Document |
set(int index,
Document element) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public Document get(int index)
public int size()
size
in interface Collection<Document>
size
in interface List<Document>
size
in class AbstractCollection<Document>
public void add(int index, Document element)
Copyright © 2024 GATE. All rights reserved.