Class COM.odi.odmg.ListOfObject
java.lang.Object
|
+----COM.odi.odmg.CollectionImpl
|
+----COM.odi.odmg.ListOfObject
- public class ListOfObject
- extends CollectionImpl
- implements List
The ListOfObject class implements the List interface.
The instantiation of this class is:
List list = new ListOfObject(db);
where db is an instance of COM.odi.odmg.Database.
-
ListOfObject(Database)
- Constructs a ListOfObject instance.
ListOfObject
public ListOfObject(Database db)
- Constructs a ListOfObject instance.
- Parameters:
- db - The database in which to store the instance of ListOfObject.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.