public static interface TaxonomyReader.ChildrenArrays
Modifier and Type | Method and Description |
---|---|
int[] |
getOlderSiblingArray()
getOlderSiblingArray() returns an int array of size getSize()
listing for each category the ordinal of its immediate older
sibling (the sibling in the taxonomy tree with the highest ordinal
below that of the given ordinal).
|
int[] |
getYoungestChildArray()
getYoungestChildArray() returns an int array of size getSize()
listing the ordinal of the youngest (highest numbered) child
category of each category in the taxonomy.
|
int[] getYoungestChildArray()
INVALID_ORDINAL
.int[] getOlderSiblingArray()
INVALID_ORDINAL
.