put

abstract fun <T> put(array: T, arrayClass: Class<T>)

Optionally adds the given array of the given type to the pool.

Arrays may be ignored, for example if the array is larger than the maximum size of the pool.

Deprecated

Use put


abstract fun <T> put(array: T)

Optionally adds the given array of the given type to the pool.

Arrays may be ignored, for example if the array is larger than the maximum size of the pool.