Summary
Adapts Iterable4/Iterator4 iteration model (moveNext, current) to the old db4o
and jdk model (hasNext, next).
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Iterable4Adaptor"]
class Type type-node
Syntax
public class Iterable4Adaptor
Remarks
Adapts Iterable4/Iterator4 iteration model (moveNext, current) to the old db4o
and jdk model (hasNext, next).
Constructors
Name | Summary |
---|---|
Iterable4Adaptor |
Methods
Name | Value | Summary |
---|---|---|
HasNext |
bool | |
MoveNext |
bool | |
Next |
Object | |
Reset |
void |