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 anIterable
ofCategoryPath
objects into anIterable
ofCategoryAttribute
objects, which can be used to construct aCategoryAttributesStream
.- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Constructor Summary
Constructors Constructor Description CategoryAttributesIterable(Iterable<CategoryPath> inputIterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<CategoryAttribute>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
CategoryAttributesIterable
public CategoryAttributesIterable(Iterable<CategoryPath> inputIterable)
-
-
Method Detail
-
iterator
public Iterator<CategoryAttribute> iterator()
- Specified by:
iterator
in interfaceIterable<CategoryAttribute>
-
-