Returns true if the record contains the specified format field @param key format value @return true if the format field is contained in this record
(String key)
| 442 | * @return true if the format field is contained in this record |
| 443 | */ |
| 444 | public boolean hasFormat(String key) { |
| 445 | return mFormatAndSample.containsKey(key); |
| 446 | } |
| 447 | |
| 448 | /** |
| 449 | * Remove the specified format field from this record |
no outgoing calls