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.Collection<E>
[api documentation] [ main menu] Search

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

1 Collection colOfUOB = new HashSet();
2 Collection toAdd= new HashSet();
3 Collection col = new ArrayList();
4 packages.add("org.cougaar.glm.ldm.asset");
5 Collection nodesToRemove;
6 bag1.add(a);
7 final Collection expectedValues = new HashSet( 11 );
8 Collection linesToUse = Util.newList();
9 Collection hElements = new Vector();
10 Collection refDescs = mif.getObjectReferenceDescriptors();
11 Collection allRefs = new ArrayList();
12 Collection byAgent = wSession.getWorkflowByAgent(agentId2);
13 Collection contents = null;
14 java.util.Collection badges = new java.util.ArrayList(3);
15 Collection fileObjects = new ArrayList();
16 Collection interfaces = _state.getInterfacesHolder ();
17 Collection toRemove = new LinkedList (exists);
18 Collection edits= new ArrayList(3);
19 Collection batch = null;
20 Collection result = Util.newList();

Links to utility classes and functions:

1 org.cougaar.util.CollectionDelegate
2 serp.util.ReferenceCollection
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.