Class COM.odi.odmg.BagOfObject

java.lang.Object
   |
   +----COM.odi.odmg.CollectionImpl
           |
           +----COM.odi.odmg.BagOfObject

public class BagOfObject
extends CollectionImpl
implements Bag
The BagOfObject class implements the Bag interface. The instantiation of this class is

Bag bag = new BagOfObject(db);

where db is an instance ofCOM.odi.odmg.Database.


Constructor Index

 o BagOfObject(Database)
Constructs a BagOfObject instance.

Constructors

 o BagOfObject
  public BagOfObject(Database db)
Constructs a BagOfObject instance.

Parameters:
db - The database in which to store this BagOfObject.

Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.