I use the list of unique identifiers int for the list of usernames as a quick lookup table and decided to use sparseArray, but I would like to be able to print so that from time to time I register the entire list for debugging purposes,
SparseArray is not iterable and not very similar to util.Map interface
android idioms sparse-array
user245357
source share