MCPcopy Create free account
hub / github.com/PCGen/pcgen / getContainedEquipmentIndexOf

Method getContainedEquipmentIndexOf

code/src/java/pcgen/core/Equipment.java:3747–3750  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

indexOfChildMethod · 0.95

Calls 1

indexOfMethod · 0.65

Tested by

no test coverage detected