Skip to content

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors