HashMap : Java Glossary - Canadian Mind Products • mindprod.com
Sample Use In this case we use a String to look up a String in a HashMap. We use the modern Java version 1.5 or later techniques of generics and for:each loops. Note though that there is no generic type checking on get. It will take anything. At run time ...