Package com.db4o.foundation
Class CollectionIterableBase
- java.lang.Object
-
- com.db4o.foundation.CollectionIterableBase
-
- All Implemented Interfaces:
IterableBase
,IterableBaseWrapper
public class CollectionIterableBase extends java.lang.Object implements IterableBaseWrapper
-
-
Constructor Summary
Constructors Constructor Description CollectionIterableBase(java.util.Collection 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
-
-