PIbd-21 Belianin N.N. LabWork03 Hard #4
@ -56,6 +56,6 @@ public class SetGeneric<T extends DrawingArmoVehicle> {
|
||||
public T Get(int position) {
|
||||
if (position < 0 || position >= _places.length)
|
||||
return null;
|
||||
return (T) _places[position];
|
||||
return (T)_places[position];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user