Kerbal Space Program
1.12.4
|
Classes | |
class | DictionaryPool< K, V > |
Singleton Dictionary<K, V> pool. More... | |
class | HashSetPool< T > |
Singleton HashSet<T> pool. More... | |
class | KeyedPool< K, T > |
Pool that lends values of type T with an associated key of type K. More... | |
class | KeyedPoolWithDefaultKey< K, T > |
Pool that lends values of type T with an associated key of type K and defines a default key. More... | |
class | LinkedListNodePool< T > |
Singleton LinkedListNode<T> pool. More... | |
class | LinkedListPool< T > |
Singleton LinkedList<T> pool. More... | |
class | ListPool< T > |
Singleton List<T> pool. More... | |
class | Pool< T > |
Pool that lends values of type T. More... | |
class | PoolsStatus |
class | PoolWithInitializer< T, U > |
Pool that lends values of type T with an optional initializer that takes a value of type U. More... | |
class | StringBuilderPool |
Singleton StringBuilder pool. More... | |