@Deprecated public class StringsCompleter extends Object implements Completer
| Constructor and Description |
|---|
StringsCompleter()
Deprecated.
|
StringsCompleter(boolean caseSensitive)
Deprecated.
|
StringsCompleter(Collection<String> strings)
Deprecated.
|
StringsCompleter(Collection<String> strings,
boolean caseSensitive)
Deprecated.
|
StringsCompleter(String[] strings)
Deprecated.
|
StringsCompleter(String[] strings,
boolean caseSensitive)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List candidates)
Deprecated.
|
SortedSet<String> |
getStrings()
Deprecated.
|
public StringsCompleter()
public StringsCompleter(boolean caseSensitive)
public StringsCompleter(Collection<String> strings)
public StringsCompleter(String[] strings, boolean caseSensitive)
public StringsCompleter(Collection<String> strings, boolean caseSensitive)
public StringsCompleter(String[] strings)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.