Package com.db4o.foundation
Class ReflectionIterableBase
- java.lang.Object
-
- com.db4o.foundation.ReflectionIterableBase
-
- All Implemented Interfaces:
IterableBase
,IterableBaseWrapper
public class ReflectionIterableBase extends java.lang.Object implements IterableBaseWrapper
-
-
Constructor Summary
Constructors Constructor Description ReflectionIterableBase(java.lang.Object delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
delegate()
java.util.Iterator
iterator()
-
-
-
Method Detail
-
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interfaceIterableBase
-
delegate
public java.lang.Object delegate()
- Specified by:
delegate
in interfaceIterableBaseWrapper
-
-