Gets the sample format values for a specified format @param key format value to be retrieved @return the sample values for this format field
(String key)
| 459 | * @return the sample values for this format field |
| 460 | */ |
| 461 | public List<String> getFormat(String key) { |
| 462 | return mFormatAndSample.get(key); |
| 463 | } |
| 464 | |
| 465 | /** |
| 466 | * Adds a format key without setting any sample values. |