public class DefaultFacetIterator extends FacetIterator
count, facet| Constructor and Description |
|---|
DefaultFacetIterator(TermValueList valList,
int[] counts,
int countlength,
boolean zeroBased) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object val) |
boolean |
hasNext() |
Comparable |
next()
Moves the iteration to the next facet
|
Comparable |
next(int minHits)
Moves the iteration to the next facet whose hitcount >= minHits.
|
void |
remove() |
public DefaultFacetIterator(TermValueList valList, int[] counts, int countlength, boolean zeroBased)
public boolean hasNext()
public Comparable next()
FacetIteratornext in interface Iterator<Comparable>next in class FacetIteratorpublic void remove()
public Comparable next(int minHits)
FacetIteratornext in class FacetIteratorpublic String format(Object val)
format in class FacetIteratorCopyright © 2005–2013. All rights reserved.