Package com.db4o.foundation
Class ArrayIterator4
- java.lang.Object
-
- com.db4o.foundation.IndexedIterator
-
- com.db4o.foundation.ArrayIterator4
-
- All Implemented Interfaces:
Iterator4
public class ArrayIterator4 extends IndexedIterator
-
-
Constructor Summary
Constructors Constructor Description ArrayIterator4(java.lang.Object[] elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
get(int index)
-
Methods inherited from class com.db4o.foundation.IndexedIterator
current, moveNext, reset
-
-
-
-
Method Detail
-
get
protected java.lang.Object get(int index)
- Specified by:
get
in classIndexedIterator
-
-