Package com.db4o.internal
Class CallbackObjectInfoCollections
- java.lang.Object
-
- com.db4o.internal.CallbackObjectInfoCollections
-
public class CallbackObjectInfoCollections extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ObjectInfoCollection
added
ObjectInfoCollection
deleted
static CallbackObjectInfoCollections
EMTPY
ObjectInfoCollection
updated
-
Constructor Summary
Constructors Constructor Description CallbackObjectInfoCollections(ObjectInfoCollection added_, ObjectInfoCollection updated_, ObjectInfoCollection deleted_)
-
-
-
Field Detail
-
added
public final ObjectInfoCollection added
-
updated
public final ObjectInfoCollection updated
-
deleted
public final ObjectInfoCollection deleted
-
EMTPY
public static final CallbackObjectInfoCollections EMTPY
-
-
Constructor Detail
-
CallbackObjectInfoCollections
public CallbackObjectInfoCollections(ObjectInfoCollection added_, ObjectInfoCollection updated_, ObjectInfoCollection deleted_)
-
-