extended functionality for the ObjectSet interface.
Every db4o ObjectSet always is an ExtObjectSet so a cast is possible.
ObjectSet.ext() is a convenient method to perform the cast.
The ObjectSet functionality is split to two interfaces to allow newcomers to focus on the essential methods.
For a list of all members of this type, see ExtObjectSet Members.
[Visual Basic] Public Interface ExtObjectSet Implements ObjectSet [C#] public interface ExtObjectSet : ObjectSet [C++] public __gc __interface ExtObjectSet : public ObjectSet [JScript] public interface ExtObjectSet extends ObjectSet
Namespace: com.db4o.ext
Assembly: db4o (in db4o.dll)
ExtObjectSet Members | com.db4o.ext Namespace