Class COM.odi.odmg.SetOfObject

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

public class SetOfObject
extends CollectionImpl
implements Set
The SetOfObject class implements the Set interface.

The instantiation of this class is:

Set set = new SetOfObject(db);

where db is an instance of COM.odi.odmg.Database.


Constructor Index

 o SetOfObject(Database)
Constructs a SetOfObject instance.

Constructors

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

Parameters:
db - The database in which to store the new instance ofSetOfObject.

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