MCPcopy Create free account
hub / github.com/Card-Forge/forge / equals

Method equals

forge-core/src/main/java/forge/util/ItemPool.java:288–292  ·  view source on GitHub ↗
(final Object obj)

Source from the content-addressed store, hash-verified

286 }
287
288 @Override
289 public boolean equals(final Object obj) {
290 return (obj instanceof ItemPool ip) &&
291 (this.items.equals(ip.items));
292 }
293
294 /**
295 * Applies a predicate to this ItemPool's entries.

Callers 14

resetTablesMethod · 0.95
firstFieldEqualsMethod · 0.45
toManaStringMethod · 0.45
getImageRelativePathMethod · 0.45
getNameToUseMethod · 0.45
charsetMethod · 0.45
setLanguageMethod · 0.45
needsTranslationMethod · 0.45
replaceCardNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected