Uses of Class
com.browseengine.bobo.facets.data.TermValueList

Packages that use TermValueList
com.browseengine.bobo.facets.data   
com.browseengine.bobo.facets.impl   
com.browseengine.bobo.util   
 

Uses of TermValueList in com.browseengine.bobo.facets.data
 

Subclasses of TermValueList in com.browseengine.bobo.facets.data
 class TermCharList
           
 class TermDateList
          Internal data are stored in a long[] with values generated from Date.getTime()
 class TermDoubleList
           
 class TermFixedLengthLongArrayList
           
 class TermFloatList
           
 class TermIntList
           
 class TermLongList
           
 class TermNumberList<T extends Number>
           
 class TermShortList
           
 class TermStringList
           
 

Fields in com.browseengine.bobo.facets.data declared as TermValueList
 TermValueList<T> FacetDataCache.valArray
           
 

Methods in com.browseengine.bobo.facets.data that return TermValueList
 TermValueList<T> PredefinedTermListFactory.createTermList()
           
 TermValueList<T> TermListFactory.createTermList()
           
 TermValueList<long[]> TermFixedLengthLongArrayListFactory.createTermList()
           
 TermValueList<T> PredefinedTermListFactory.createTermList(int capacity)
           
 TermValueList<T> TermListFactory.createTermList(int capacity)
           
 TermValueList<long[]> TermFixedLengthLongArrayListFactory.createTermList(int capacity)
           
 

Constructors in com.browseengine.bobo.facets.data with parameters of type TermValueList
FacetDataCache(BigSegmentedArray orderArray, TermValueList<T> valArray, int[] freqs, int[] minIDs, int[] maxIDs, FacetHandler.TermCountSize termCountSize)
           
 

Uses of TermValueList in com.browseengine.bobo.facets.impl
 

Methods in com.browseengine.bobo.facets.impl with parameters of type TermValueList
static List<BrowseFacet> DefaultFacetCountCollector.getFacets(FacetSpec ospec, int[] count, int countlength, TermValueList<?> valList)
           
 

Constructors in com.browseengine.bobo.facets.impl with parameters of type TermValueList
DefaultFacetIterator(TermValueList valList, int[] counts, int countlength, boolean zeroBased)
           
 

Uses of TermValueList in com.browseengine.bobo.util
 

Methods in com.browseengine.bobo.util with parameters of type TermValueList
 Object[] BigNestedIntArray.getRawData(int id, TermValueList valarray)
          translates the int value using the val list
 String[] BigNestedIntArray.getTranslatedData(int id, TermValueList valarray)
          translates the int value using the val list
 



Copyright © 2011. All Rights Reserved.