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 SummaryFields Modifier and Type Field Description Iterable4_collectionstatic ObjectInfoCollectionEMPTY
 - 
Constructor SummaryConstructors Constructor Description ObjectInfoCollectionImpl(Iterable4 collection)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator4iterator()
 
- 
- 
- 
Field Detail- 
EMPTYpublic static final ObjectInfoCollection EMPTY 
 - 
_collectionpublic Iterable4 _collection 
 
- 
 - 
Constructor Detail- 
ObjectInfoCollectionImplpublic ObjectInfoCollectionImpl(Iterable4 collection) 
 
- 
 
-