Package org.apache.lucene.facet.taxonomy
Class TaxonomyReader.ChildrenIterator
- java.lang.Object
-
- org.apache.lucene.facet.taxonomy.TaxonomyReader.ChildrenIterator
-
- Enclosing class:
- TaxonomyReader
public static class TaxonomyReader.ChildrenIterator extends java.lang.Object
An iterator over a category's children.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
next()
Return the next child ordinal, orTaxonomyReader.INVALID_ORDINAL
if no more children.
-
-
-
Method Detail
-
next
public int next()
Return the next child ordinal, orTaxonomyReader.INVALID_ORDINAL
if no more children.
-
-