public final class NullCompleter extends Object implements Completer
Modifier and Type | Field and Description |
---|---|
static NullCompleter |
INSTANCE |
Constructor and Description |
---|
NullCompleter() |
Modifier and Type | Method and Description |
---|---|
int |
complete(String buffer,
int cursor,
List<CharSequence> candidates)
Populates candidates with a list of possible completions for the buffer.
|
public static final NullCompleter INSTANCE
public int complete(String buffer, int cursor, List<CharSequence> candidates)
Completer
List
before returning.Copyright © 2017. All Rights Reserved.