public interface TermListFactory<T>
| Modifier and Type | Field and Description |
|---|---|
static TermListFactory<String> |
StringListFactory |
| Modifier and Type | Method and Description |
|---|---|
TermValueList<T> |
createTermList() |
TermValueList<T> |
createTermList(int capacity) |
Class<?> |
getType() |
static final TermListFactory<String> StringListFactory
TermValueList<T> createTermList(int capacity)
TermValueList<T> createTermList()
Class<?> getType()
Copyright © 2005–2013. All rights reserved.