PIbd-11 Valiulov I.A. LabWork05 Hard #5

Closed
Ilyas wants to merge 2 commits from LabWork05 into LabWork04
Showing only changes of commit aa2c3827ef - Show all commits

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;