Method | Description | |
---|---|---|
TaxonomyIndexArrays ( IndexReader reader ) : System | ||
TaxonomyIndexArrays ( IndexReader reader, |
Method | Description | |
---|---|---|
Add ( int ordinal, int parentOrdinal ) : |
Adds the given ordinal/parent info and returns either a new instance if the underlying array had to grow, or this instance otherwise. NOTE: you should call this method from a thread-safe code.
|
|
ComputeChildrenSiblings ( int first ) : void | ||
InitChildrenSiblings ( |
||
InitParents ( IndexReader reader, int first ) : void |
Read the parents of the new categories
|
|
TaxonomyIndexArrays ( int parents ) : System |
Used by Add(int, int) after the array grew.
|
public TaxonomyIndexArrays ( IndexReader reader ) : System | ||
reader | IndexReader | |
return | System |
public TaxonomyIndexArrays ( IndexReader reader, |
||
reader | IndexReader | |
copyFrom | ||
return | System |