Determines whether the IDictionary contains an element with the specified key.
bool contains(int key) { return _rawFormats.containsKey(key); }