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
Interface java.util.Set<E>
[api documentation] [ main menu] Search

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

1 Set badCmpFields = new HashSet();
2 Set list = new HashSet();
3 Set conns = new HashSet(); // the set of connections
4 Set comparedSources = new HashSet(); //collection of activity types
5 Set compatible = (Set) compatibleOSsByName.get(profileName);
6 allThreads.add("STRATEGIC-TRANS");
7 _opcodeTypes.add (int.class.getName ());
8 Set expectedBugs = new HashSet();
9 Set s = new HashSet();
10 Set objects = context.getObjects();
11 Set listenerSet = new HashSet();
12 Set installedFilters= fInstalledBuiltInFilters.keySet();
13 folders.add(cvsParentResource);
14 Set set = new HashSet();
15 Set s = new HashSet(); // Set
16 VcsCommandsProvider provider = (VcsCommandsProvider) filesByProviders.keySet().iterator().next();
17 Set assertedTypes = new HashSet();
18 Set shouldExist = shouldExist();
19 Set shouldExist = shouldExist();
20 Set localSet = (Set) objectsWithLocalFiles.remove(path);

Links to utility classes and functions:

1 org.apache.poi.hdf.extractor.util.BTreeSet
2 org.scopemvc.util.WeakSet
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.