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)
| 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. |