void insertObject(Pointer<Void> nativeObject, T platformObject) { _heap[nativeObject] = platformObject; }