PIbd-11 Valiulov I.A. LabWork03 Hard #3

Closed
Ilyas wants to merge 4 commits from LabWork03 into LabWork02
Showing only changes of commit ad43d27806 - Show all commits

View File

@ -5,7 +5,6 @@ public interface ICollectionGenericObjects<T>
int getCount();
void SetMaxCount(int count, Class<T> type);
int Insert(T obj);
//подумать что делать с этим методом
int Insert(T obj, int position);
T Remove(int position);
T Get(int position);