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.Objectdelegate()java.util.Iteratoriterator()
-
-
-
Method Detail
-
iterator
public java.util.Iterator iterator()
- Specified by:
iteratorin interfaceIterableBase
-
delegate
public java.lang.Object delegate()
- Specified by:
delegatein interfaceIterableBaseWrapper
-
-