Serializable, Cloneable, Iterable<E>, Collection<E>, List, RandomAccess, NameCompletionpublic class NameCompletionTable extends ArrayList implements NameCompletion
modCount| 构造器 | 说明 |
|---|---|
NameCompletionTable() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
add(NameCompletionTable table) |
Add a NameCompletionTable, which is more optimized than the more
general NameSource
|
void |
add(NameSource source) |
Add a NameSource which is monitored for names.
|
String[] |
completeName(String part) |
|
protected void |
getMatchingNames(String part,
List found) |
Add any matching names to list (including any from other tables)
|
String[] |
getTip(String part) |
containsAll, toStringequals, hashCodeadd, add, 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, trimToSizeparallelStream, streampublic void add(NameCompletionTable table)
public void add(NameSource source)
protected void getMatchingNames(String part, List found)
public String[] getTip(String part)
getTip 在接口中 NameCompletionpublic String[] completeName(String part)
completeName 在接口中 NameCompletionCopyright © 2019. All rights reserved.