Copy a map for loaded items. @param map Map to copy. @return Copied map.
(Map<String, byte[]> map)
| 314 | * @return Copied map. |
| 315 | */ |
| 316 | protected Map<String, byte[]> copyMap(Map<String, byte[]> map) { |
| 317 | return new HashMap<>(map); |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * @return Map of class names to their bytecode. |
no outgoing calls
no test coverage detected