public void deleteUnit(AbstractBullet unit) { mBullets.removeValue(unit, true); mUnitsHeap.remove(unit); }