Table of Contents

Namespace Exiled.API.Features.Pools

Classes

DictionaryPool<TKey, TValue>

Defines a system used to store and retrieve Dictionary<TKey, TValue> objects.

HashSetPool<T>

Defines a system used to store and retrieve HashSet<T> objects.

ListPool<T>

Defines a system used to store and retrieve List<T> objects.

QueuePool<T>

Defines a system used to store and retrieve Queue<T> objects.

StringBuilderPool

Defines a system used to store and retrieve StringBuilder objects.

Interfaces

IPool<T>

Defines the contract for a class that stores and retrieves commonly used objects.