Создание собственного контейнера [требует правки]

404
02 мая 2017, 05:01

Create a container that encapsulates an array of String, and that only adds Strings and gets Strings, so that there are no casting issues during use. If the internal array isn’t big enough for the next add, your container should automatically resize it. In main( ), compare the performance of your container with an ArrayList holding Strings.

Может кто помочь?

READ ALSO
Как задать свои названия кнопок в Dialog (JavaFX)?

Как задать свои названия кнопок в Dialog (JavaFX)?

Всем приветИскал аналог JOptionPane для JavaFX

240
Box2d applyLinearImpulse и setLinearVelosity

Box2d applyLinearImpulse и setLinearVelosity

У меня задача в каждый момент времени направлять скорость движения объекта по заданному углу

329
Json распарсить

Json распарсить

Возник вопрос насчет разбора JSONПока что я получаю данные в виде строки

290