public class RollingStockList extends Object
Constructor and Description |
---|
RollingStockList() |
Modifier and Type | Method and Description |
---|---|
void |
add(Rollingstock rollingstock) |
Rollingstock |
get(int index) |
int |
size() |
String |
toString() |
public void add(Rollingstock rollingstock)
public int size()
public Rollingstock get(int index)
Copyright © 2020. All rights reserved.