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

Method getIndex

code/src/java/pcgen/core/AgeSet.java:77–80  ·  view source on GitHub ↗

Returns the AgeSet Index of this AgeSet. @return the AgeSet Index of this AgeSet

()

Source from the content-addressed store, hash-verified

75 * @return the AgeSet Index of this AgeSet
76 */
77 public int getIndex()
78 {
79 return index;
80 }
81
82 /**
83 * Sets the AgeSet Index on this AgeSet.

Callers 2

addToAgeMapMethod · 0.45
addToNameMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected