Collections: list
Implement list:
fixed size defined at instantiation time
backed up on java's array
has get() method
has add() method
accepts elements up to the size constructor parameter