463464465466467468469470471
} }); } public ID insert(Object object) { ID id = new ID(_unique++); put(id, object); return id; }