public class CategoryAttributesIterable extends java.lang.Object implements java.lang.Iterable<CategoryAttribute>
Iterable
of CategoryPath
objects
into an Iterable
of CategoryAttribute
objects, which can be
used to construct a CategoryAttributesStream
.Constructor and Description |
---|
CategoryAttributesIterable(java.lang.Iterable<CategoryPath> inputIterable) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<CategoryAttribute> |
iterator() |
public CategoryAttributesIterable(java.lang.Iterable<CategoryPath> inputIterable)
public java.util.Iterator<CategoryAttribute> iterator()
iterator
in interface java.lang.Iterable<CategoryAttribute>