Method add(E o)
Return type: boolean
Member of: java.util.List
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 resultList_.add("methodWithNoParameters");
2 atom_ids.add("serial");
3 list.add(o1);
4 l.add( x0 );
5 l.add( x0 );
6 list.add(o1);
7 result.add (enum.nextElement());
8 l.add(e.nextElement());
9 list.add( uri );
10 resources.add(element);
11 resultList_.add(event);
12 mFactories.add(factory);
13 result.add(enum.next().toString());
14 stack.add(anObject);
15 _observers.add(ls);
16 parts.add(new Entry(name, source));
17 records.add(record);
18 LCDFieldList.add(LCDField);
19 outs.add(o);
20 pool.add (channel);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.