Is there a way to create printable pairs? pair.toString() looks like this: android.util.Pair@fd55fdb8 , it is very hard to debug when I need to print a lot of arrays which contain those pairs.
Is there a way to create printable pairs? pair.toString() looks like this: android.util.Pair@fd55fdb8 ,
Share
I didn’t try this but it should work anyway:
Javadoc Pair