Uses of Interface
com.db4o.ext.ObjectInfoCollection
-
Packages that use ObjectInfoCollection Package Description com.db4o.events com.db4o.internal -
-
Uses of ObjectInfoCollection in com.db4o.events
Methods in com.db4o.events that return ObjectInfoCollection Modifier and Type Method Description ObjectInfoCollection
CommitEventArgs. added()
Returns a iterationObjectInfoCollection
CommitEventArgs. deleted()
ObjectInfoCollection
CommitEventArgs. updated()
-
Uses of ObjectInfoCollection in com.db4o.internal
Classes in com.db4o.internal that implement ObjectInfoCollection Modifier and Type Class Description class
ObjectInfoCollectionImpl
Fields in com.db4o.internal declared as ObjectInfoCollection Modifier and Type Field Description ObjectInfoCollection
CallbackObjectInfoCollections. added
ObjectInfoCollection
CallbackObjectInfoCollections. deleted
static ObjectInfoCollection
ObjectInfoCollectionImpl. EMPTY
ObjectInfoCollection
CallbackObjectInfoCollections. updated
Constructors in com.db4o.internal with parameters of type ObjectInfoCollection Constructor Description CallbackObjectInfoCollections(ObjectInfoCollection added_, ObjectInfoCollection updated_, ObjectInfoCollection deleted_)
-