|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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()
|
| 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 |
|---|
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||