public class AttributesFacetIterator extends FacetIterator
count, facet| Constructor and Description |
|---|
AttributesFacetIterator(List<BrowseFacet> facets) |
| 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 AttributesFacetIterator(List<BrowseFacet> facets)
public boolean hasNext()
public void remove()
public Comparable next()
FacetIteratornext in interface Iterator<Comparable>next in class FacetIteratorpublic Comparable next(int minHits)
FacetIteratornext in class FacetIteratorpublic String format(Object val)
format in class FacetIteratorCopyright © 2005–2013. All rights reserved.