org.apache.lucene.facet.index.attributes
Class CategoryAttributesIterable
java.lang.Object
org.apache.lucene.facet.index.attributes.CategoryAttributesIterable
- All Implemented Interfaces:
- Iterable<CategoryAttribute>
public class CategoryAttributesIterable
- extends Object
- implements Iterable<CategoryAttribute>
This class transforms an Iterable
of CategoryPath
objects
into an Iterable
of CategoryAttribute
objects, which can be
used to construct a CategoryAttributesStream
.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryAttributesIterable
public CategoryAttributesIterable(Iterable<CategoryPath> inputIterable)
iterator
public Iterator<CategoryAttribute> iterator()
- Specified by:
iterator
in interface Iterable<CategoryAttribute>