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

Method compareTo

code/src/java/pcgen/core/Kit.java:115–120  ·  view source on GitHub ↗

Used to compare Kits. @param other Object @return int

(final Object other)

Source from the content-addressed store, hash-verified

113 * @return int
114 */
115 @Override
116 public int compareTo(final Object other)
117 {
118 final Kit oKit = (Kit) other;
119 return getKeyName().compareToIgnoreCase(oKit.getKeyName());
120 }
121
122 /**
123 * The method that actually adds the various items in this Kit to the PC.

Callers 15

ListSetTestClass · 0.45
compareMethod · 0.45
testLoadOrderMethod · 0.45
parseNonEmptyTokenMethod · 0.45
unparseMethod · 0.45
parseNonEmptyTokenMethod · 0.45
unparseMethod · 0.45
parseNonEmptyTokenMethod · 0.45
parseNonEmptyTokenMethod · 0.45

Calls 1

getKeyNameMethod · 0.65

Tested by 1

testLoadOrderMethod · 0.36