Add a piece of Equipment @param e the Equipment to add
(final Equipment e)
| 4126 | * @param e the Equipment to add |
| 4127 | */ |
| 4128 | private void addContainedEquipment(final Equipment e) |
| 4129 | { |
| 4130 | d_containedEquipment.add(e); |
| 4131 | } |
| 4132 | |
| 4133 | /** |
| 4134 | * Test whether the container would be within its weight limits if we |