public class ObjectIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isPositionValid |
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectIterator(T[] values)
Construct an
Iterator over an array of values. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
findNext() |
boolean |
hasNext() |
T |
next() |
T |
nextValue() |
protected int |
position() |
protected ObjectIterator(T[] values)
Iterator over an array of values.values - to iterate over.Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.