Uses of Class
fiftyone.mobile.detection.entities.NodeNumericIndex

Packages that use NodeNumericIndex
fiftyone.mobile.detection.entities   
 

Uses of NodeNumericIndex in fiftyone.mobile.detection.entities
 

Fields in fiftyone.mobile.detection.entities declared as NodeNumericIndex
private  NodeNumericIndex[] Node.NodeNumericIndexIterator.array
           
private  NodeNumericIndex[] Node.numericChildren
          An array of all the numeric children.
 

Methods in fiftyone.mobile.detection.entities that return NodeNumericIndex
(package private)  NodeNumericIndex Node.NodeNumericIndexIterator.next()
           
private static NodeNumericIndex[] Node.readNodeNumericIndexes(Dataset dataSet, BinaryReader reader, short count)
          Used by the constructor to read the variable length list of child node numeric indexes associated with the node.
 

Constructors in fiftyone.mobile.detection.entities with parameters of type NodeNumericIndex
Node.NodeNumericIndexIterator(Range range, NodeNumericIndex[] array, int target, int startIndex)