public static class CompletionSuggestion.Entry<T> extends Suggest.Suggestion.Entry<CompletionSuggestion.Entry.Option<T>>
| Modifier and Type | Class and Description |
|---|---|
static class |
CompletionSuggestion.Entry.Option<T> |
| Constructor and Description |
|---|
Entry(String text,
int offset,
int length,
List<CompletionSuggestion.Entry.Option<T>> options) |
getLength, getOffset, getOptions, getTextpublic Entry(String text, int offset, int length, List<CompletionSuggestion.Entry.Option<T>> options)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.