PPrint
PPrint copied to clipboard
Don't use reflection to call Iterable.collectionClassName
This PR makes the calls to Iterable.collectionClassName
more "standard", that is not reflection-based.
Reflection is an issue on GraalVM native-image, where all collection concrete classes would need to be added to some Graal reflection config for collectionClassName
to be call-able by reflection.