Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi all, I have created an array of HashMaps with the following values: HashMap map[1] = new HashMap; and so on.. I am trying to test my code so that when the user searches by SSN or LNAME or by both, it searches through all the maps Here is a part of my test code: input.put("SSN","1234567890"); //private void printMap(Map map) Replies: |
Sponsored Links
|