fiftyone.mobile.detection.entities
Class Node.NodeNumericIndexIterator
java.lang.Object
fiftyone.mobile.detection.entities.Node.NodeNumericIndexIterator
- Enclosing class:
- Node
class Node.NodeNumericIndexIterator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
array
private final NodeNumericIndex[] array
target
private final int target
range
private final Range range
lowIndex
private int lowIndex
highIndex
private int highIndex
lowInRange
private boolean lowInRange
highInRange
private boolean highInRange
Node.NodeNumericIndexIterator
Node.NodeNumericIndexIterator(Range range,
NodeNumericIndex[] array,
int target,
int startIndex)
- Parameters:
range - the range of values the iterator can returnarray - array of items that could be returnedtarget - the target valuestartIndex - start index in the array
hasNext
boolean hasNext()
next
NodeNumericIndex next()