Лабараторная работа №5 1
This commit is contained in:
parent
b143d60656
commit
aa2c3827ef
@ -3,6 +3,7 @@ package CollectionGenericObjects;
|
|||||||
import DrawingShip.DrawingShip;
|
import DrawingShip.DrawingShip;
|
||||||
|
|
||||||
import java.lang.reflect.Array;
|
import java.lang.reflect.Array;
|
||||||
|
|
||||||
public class MassiveGenericObjects<T> implements ICollectionGenericObjects<T>{
|
public class MassiveGenericObjects<T> implements ICollectionGenericObjects<T>{
|
||||||
private T[] _collection = null;
|
private T[] _collection = null;
|
||||||
private int Count;
|
private int Count;
|
||||||
|
Loading…
Reference in New Issue
Block a user