Изменил(а) на 'WarmlyShip/src/CollectionGenericObjects/ICollectionGenericObjects.java'
This commit is contained in:
parent
01e77b8073
commit
ad43d27806
@ -5,7 +5,6 @@ public interface ICollectionGenericObjects<T>
|
|||||||
int getCount();
|
int getCount();
|
||||||
void SetMaxCount(int count, Class<T> type);
|
void SetMaxCount(int count, Class<T> type);
|
||||||
int Insert(T obj);
|
int Insert(T obj);
|
||||||
//подумать что делать с этим методом
|
|
||||||
int Insert(T obj, int position);
|
int Insert(T obj, int position);
|
||||||
T Remove(int position);
|
T Remove(int position);
|
||||||
T Get(int position);
|
T Get(int position);
|
||||||
|
Loading…
Reference in New Issue
Block a user