com.browseengine.bobo.facets.data
Class TermFixedLengthLongArrayListFactory
java.lang.Object
com.browseengine.bobo.facets.data.TermFixedLengthLongArrayListFactory
- All Implemented Interfaces:
- TermListFactory<long[]>
public class TermFixedLengthLongArrayListFactory
- extends Object
- implements TermListFactory<long[]>
|
Field Summary |
protected int |
width
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
protected int width
TermFixedLengthLongArrayListFactory
public TermFixedLengthLongArrayListFactory(int width)
createTermList
public TermValueList<long[]> createTermList(int capacity)
- Specified by:
createTermList in interface TermListFactory<long[]>
createTermList
public TermValueList<long[]> createTermList()
- Specified by:
createTermList in interface TermListFactory<long[]>
getType
public Class<?> getType()
- Specified by:
getType in interface TermListFactory<long[]>
Copyright © 2011. All Rights Reserved.