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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic 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.