Iterable<CategoryAttribute>
public class CategoryAttributesIterable extends Object implements Iterable<CategoryAttribute>
Iterable
of CategoryPath
objects
into an Iterable
of CategoryAttribute
objects, which can be
used to construct a CategoryAttributesStream
.Constructor | Description |
---|---|
CategoryAttributesIterable(Iterable<CategoryPath> inputIterable) |
Modifier and Type | Method | Description |
---|---|---|
Iterator<CategoryAttribute> |
iterator() |
forEach, spliterator
public CategoryAttributesIterable(Iterable<CategoryPath> inputIterable)
public Iterator<CategoryAttribute> iterator()
iterator
in interface Iterable<CategoryAttribute>
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.