public class DocumentSymbolsResult extends LimitList<org.eclipse.lsp4j.DocumentSymbol>
LimitList.ResultLimitExceededException
Modifier and Type | Field and Description |
---|---|
static DocumentSymbolsResult |
EMPTY_LIMITLESS_LIST |
modCount
Constructor and Description |
---|
DocumentSymbolsResult(AtomicLong limit) |
Modifier and Type | Method and Description |
---|---|
DocumentSymbolsResult |
createList() |
add, add, getLimit, isResultLimitExceeded
addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static final DocumentSymbolsResult EMPTY_LIMITLESS_LIST
public DocumentSymbolsResult(AtomicLong limit)
public DocumentSymbolsResult createList()
Copyright © 2020. All rights reserved.