T - the type of stored objects, purely for tagging and compile-time checks.public interface NonmovableObjectArray<T> extends NonmovableArray<Void>
Void for the type parameter of NonmovableArray to prevent mistakenly
assigning a NonmovableObjectArray to a NonmovableArray.NonmovableArrays