Method add(E o)
Return type: boolean
Member of:
java.util.Collection
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
node.inbound.add(this);
2
findQualifiers.add("orLikeKeys");
3
if (!list.contains(this)) list.add(this);
4
parent.mChildren.add(this);
5
for (; iterator.hasNext(); collection.add(iterator.next())) ;
6
col.add(iter.next());
7
c.add(i.next());
8
to.add(it.next());
9
for (Iterator it = src.iterator(); it.hasNext(); dest.add(it.next()));
10
this.removed.add(line);
11
real.add(o);
12
listeners.add(listener);
13
mListeners.add(listener);
14
_metas.add (_meta);
15
localeChangeListeners.add(listener);
16
agenda.add(state);
17
myDirectSubtypes.add(aType);
18
list.add(t.nextToken());
19
hosts.add(st.nextToken().toLowerCase(Locale.US));
20
ret.add(new Boolean(this.getBoolean(s+index)));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.