| Constructor and Description | 
|---|
| IntIterator(int missingValue,
           int[] values)Construct an  Iteratorover an array of primitives ints. | 
public IntIterator(int missingValue,
           int[] values)
Iterator over an array of primitives ints.missingValue - to indicate the value is missing, i.e. not present or null.values - to iterate over.public int nextValue()
Iterator.next() to avoid boxing.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.