i also don't see why you need to use `LinkedHashMap`, just `Map<String, Image>` should be enou...
k
i also don't see why you need to use
LinkedHashMap
, just
Map<String, Image>
should be enough
👍 1