What is the best way ?
Just looping through and putting the key and zero, or is there another more elegant or existing library method. I am also using Google’s guava java library if that has any useful functionality ?
Wanted to check if there was anything similar to the copy method for lists, or Map’s putAll method, but just for keys.
Don’t think there’s much need for anything fancy here:
If you do want something fancy with Guava, there is this option: