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