MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / containsKey

Method containsKey

Nom_Fits/src/main/java/nom/tam/fits/Header.java:785–787  ·  view source on GitHub ↗

Tests if the specified keyword is present in this table. @param key the keyword to be found. @return true if the specified keyword is present in this table; false otherwise.

(IFitsHeader key)

Source from the content-addressed store, hash-verified

783 * @return <code>true</code> if the specified keyword is present in this table; <code>false</code> otherwise.
784 */
785 public final boolean containsKey(IFitsHeader key) {
786 return cards.containsKey(key.key());
787 }
788
789 /**
790 * Tests if the specified keyword is present in this table.

Callers 15

saveImageMethod · 0.95
testIHeaderCardAccessMethod · 0.95
addIFitsComplexTestMethod · 0.95
testCheckSumAutoAddMethod · 0.95
isNameMatchMethod · 0.95
isNameVersionMatchMethod · 0.95
mergeDistinctMethod · 0.95

Calls 1

keyMethod · 0.65

Tested by 15

testIHeaderCardAccessMethod · 0.76
addIFitsComplexTestMethod · 0.76
testCheckSumAutoAddMethod · 0.76
checkFileMethod · 0.36
testGetHDUByNameMethod · 0.36