When debugging command line argument handling in Java I\'m used to doing args = new String[] { \"some\", \"new\", \"arguments\" };
I need a collection that behaves something like C++ multim开发者_如何学JAVAap, but I also need to be able to get elements by a range of keys.You can look into Google Collections. It has multiple imple