Package com.db4o.foundation
Class Collection4Iterator
- java.lang.Object
-
- com.db4o.foundation.Iterator4Impl
-
- com.db4o.foundation.Collection4Iterator
-
- All Implemented Interfaces:
Iterator4
public class Collection4Iterator extends Iterator4Impl
-
-
Constructor Summary
Constructors Constructor Description Collection4Iterator(Collection4 collection, List4 first)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
current()
boolean
moveNext()
-
Methods inherited from class com.db4o.foundation.Iterator4Impl
reset
-
-
-
-
Constructor Detail
-
Collection4Iterator
public Collection4Iterator(Collection4 collection, List4 first)
-
-
Method Detail
-
moveNext
public boolean moveNext()
- Specified by:
moveNext
in interfaceIterator4
- Overrides:
moveNext
in classIterator4Impl
-
current
public java.lang.Object current()
- Specified by:
current
in interfaceIterator4
- Overrides:
current
in classIterator4Impl
-
-