154155156157158159160161162163164
if (pool == null) { return; // Ignore freeing an object that was never retained. } pool.free(object); } public void freeAll(Array objects) { if (objects == null) throw new IllegalArgumentException("objects cannot be null.");
164165166167168169170171172173174
166167168169170171172173174175176
163164165166167168169170171172173