com.browseengine.bobo.facets.data
Class PredefinedTermListFactory<T>
java.lang.Object
com.browseengine.bobo.facets.data.PredefinedTermListFactory<T>
- All Implemented Interfaces:
- TermListFactory<T>
public class PredefinedTermListFactory<T>
- extends Object
- implements TermListFactory<T>
Class supported:
Autoboxing: primitive types corresponding classes above are supported.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PredefinedTermListFactory
public PredefinedTermListFactory(Class<?> cls,
String format)
PredefinedTermListFactory
public PredefinedTermListFactory(Class<?> cls)
createTermList
public TermValueList<T> createTermList(int capacity)
- Specified by:
createTermList in interface TermListFactory<T>
createTermList
public TermValueList<T> createTermList()
- Specified by:
createTermList in interface TermListFactory<T>
getType
public Class<T> getType()
- Specified by:
getType in interface TermListFactory<T>
Copyright © 2011. All Rights Reserved.