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.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
-
-