Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.util.HashMap<K, V>
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 HashMap table = new HashMap();
2 HashMap byShortFlag = new HashMap();
3 commandMap = new java.util.HashMap();
4 HashMap h = new HashMap();
5 Set set = _userAgents.keySet ();
6 allHobbies = new HashMap();
7 moduleList = Generator.parseTokenList((String) super.transientKeys.get("moduleList"));
8 HashMap externalexprs = new HashMap();
9 _objects = new HashMap();
10 HashMap newVariables = new HashMap ();
11 issueMap = new HashMap();
12 HashMap authMethods = new HashMap();
13 HashMap parameters = new HashMap();
14 final HashMap file = new HashMap ();
15 helpIDs = new HashMap(7);
16 nsDeclarations.clear();
17 if (!inUse.isEmpty()) {
18 a.setMapField(new HashMap());
19 return CollectionMatch.match(this.getElements().values(),other.getElements().values()) &&
20 this.subHandlers=new HashMap();

Links to utility classes and functions:

1 com.swarmcast.util.TimedSoftHashMap
2 bebop.util.collection.TypedHashMap
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.