Package com.db4o.internal
Class ObjectInfoCollectionImpl
- java.lang.Object
-
- com.db4o.internal.ObjectInfoCollectionImpl
-
- All Implemented Interfaces:
ObjectInfoCollection
,Iterable4
public final class ObjectInfoCollectionImpl extends java.lang.Object implements ObjectInfoCollection
-
-
Field Summary
Fields Modifier and Type Field Description Iterable4
_collection
static ObjectInfoCollection
EMPTY
-
Constructor Summary
Constructors Constructor Description ObjectInfoCollectionImpl(Iterable4 collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator4
iterator()
-
-
-
Field Detail
-
EMPTY
public static final ObjectInfoCollection EMPTY
-
_collection
public Iterable4 _collection
-
-
Constructor Detail
-
ObjectInfoCollectionImpl
public ObjectInfoCollectionImpl(Iterable4 collection)
-
-