Skip to content

The WeakPointerArray represents a mutable collection created over Array, but it holds weak references for objects

License

Notifications You must be signed in to change notification settings

NickRybalko/WeakPointerArray

Repository files navigation

WeakPointerArray

The WeakPointerArray represents a mutable collection created over Array, but it holds weak references for objects(not strong as in Array). So objects may be destroyed even if array has references to them.