类 WeakRegistry

java.lang.Object
pkg.exoad.poprock.core.registry.BaseRegistry
pkg.exoad.poprock.core.registry.WeakRegistry
所有已实现的接口:
DebuggableMixin, SelfReportingMixin, ITypeInferencing<Collection<Class<? extends RegistryEntry>>>, NamedObjMixin

public final class WeakRegistry extends BaseRegistry implements DebuggableMixin, NamedObjMixin

Weak Registry

A weak registry makes it so that all entries held by the internal hash table are attributed using a weak reference once that entry has been accessed AT LEAST ONCE.

If the entry has been accessed at least once, it is purely up to when the next GC phase until that entry disappears.

THIS IS A WORK IN PROGRESS

作者:
Jack Meng