public class PathFacetIterator extends FacetIterator
count, facet| Constructor and Description |
|---|
PathFacetIterator(List<BrowseFacet> facets) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object val)
The string from here should be already formatted.
|
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 PathFacetIterator(List<BrowseFacet> facets)
facets - a value ascending sorted list of BrowseFacetspublic Comparable next()
FacetIteratornext in interface Iterator<Comparable>next in class FacetIteratorpublic boolean hasNext()
public void remove()
public Comparable next(int minHits)
FacetIteratornext in class FacetIteratorpublic String format(Object val)
format in class FacetIteratorFacetIterator.format(java.lang.Object)Copyright © 2005–2013. All rights reserved.