39404142434445
/** * @return a new ObjectStore instance */ public static ObjectStore create() { return new ObjectStoreImpl(); }