com.browseengine.bobo.facets.data
Class TermFixedLengthLongArrayListFactory

java.lang.Object
  extended by com.browseengine.bobo.facets.data.TermFixedLengthLongArrayListFactory
All Implemented Interfaces:
TermListFactory<long[]>

public class TermFixedLengthLongArrayListFactory
extends Object
implements TermListFactory<long[]>


Field Summary
protected  int width
           
 
Fields inherited from interface com.browseengine.bobo.facets.data.TermListFactory
StringListFactory
 
Constructor Summary
TermFixedLengthLongArrayListFactory(int width)
           
 
Method Summary
 TermValueList<long[]> createTermList()
           
 TermValueList<long[]> createTermList(int capacity)
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected int width
Constructor Detail

TermFixedLengthLongArrayListFactory

public TermFixedLengthLongArrayListFactory(int width)
Method Detail

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.