Лабараторная работа №5 1

This commit is contained in:
IlyasValiulov 2024-04-25 21:09:03 +04:00
parent b143d60656
commit aa2c3827ef

View File

@ -3,6 +3,7 @@ package CollectionGenericObjects;
import DrawingShip.DrawingShip;
import java.lang.reflect.Array;
public class MassiveGenericObjects<T> implements ICollectionGenericObjects<T>{
private T[] _collection = null;
private int Count;