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 ObjectInfoCollectionCommitEventArgs. added()Returns a iterationObjectInfoCollectionCommitEventArgs. deleted()ObjectInfoCollectionCommitEventArgs. updated() -
Uses of ObjectInfoCollection in com.db4o.internal
Classes in com.db4o.internal that implement ObjectInfoCollection Modifier and Type Class Description classObjectInfoCollectionImplFields in com.db4o.internal declared as ObjectInfoCollection Modifier and Type Field Description ObjectInfoCollectionCallbackObjectInfoCollections. addedObjectInfoCollectionCallbackObjectInfoCollections. deletedstatic ObjectInfoCollectionObjectInfoCollectionImpl. EMPTYObjectInfoCollectionCallbackObjectInfoCollections. updatedConstructors in com.db4o.internal with parameters of type ObjectInfoCollection Constructor Description CallbackObjectInfoCollections(ObjectInfoCollection added_, ObjectInfoCollection updated_, ObjectInfoCollection deleted_)
-