Package de.tomatengames.util.pool
package de.tomatengames.util.pool
-
ClassDescriptionRepresents a pool for byte arrays.Represents an implementation of
BytePoolthat does not reuse byte arrays.TheLevelBytePoolclass provides a pool of byte arrays, allowing efficient management and reuse of byte arrays with varying lengths.LinkedPool<E>TheLinkedPoolclass implements thePoolinterface and manages a pool of objects by linking them together.Pool<E>ThePoolinterface allows for pooling of objects.Pooled<E>ThePooledinterface represents a wrapper around an object that can be returned to a pool after use.Unpool<E>TheUnpoolclass implements thePoolinterface but does not actually pool objects.A BytePool wrapper that clears (zeros) the provided byte arrays on free.