(Integer key, TraitInfo info)
| 199 | } |
| 200 | |
| 201 | private static void put(Integer key, TraitInfo info) { |
| 202 | TRAIT_INFO[key] = info; |
| 203 | } |
| 204 | |
| 205 | static { |
| 206 | // Create a hashmap mapping trait code to name for external representation |
no outgoing calls
no test coverage detected