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, isResultLimitExceededaddAll, 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static final DocumentSymbolsResult EMPTY_LIMITLESS_LIST
public DocumentSymbolsResult(AtomicLong limit)
public DocumentSymbolsResult createList()
Copyright © 2020. All rights reserved.