Get the index of a piece of Equipment contained in this one. @param e the contained equipment @return index of containedEquipment object
(final Equipment e)
| 3745 | * @return index of containedEquipment object |
| 3746 | */ |
| 3747 | private int getContainedEquipmentIndexOf(final Equipment e) |
| 3748 | { |
| 3749 | return d_containedEquipment.indexOf(e); |
| 3750 | } |
| 3751 | |
| 3752 | /** |
| 3753 | * @param aPC The PC with the equipment |