Method remove(Object 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 launchHistoryInstances.remove(this);
2 this.listeners.remove(listener);
3 getList(action).remove(c);
4 LCDFieldList.remove(LCDField);
5 pool.remove (channel);
6 pool.remove ((ISOChannel) NameRegistrar.get ("channel."+name));
7 outs.remove(o);
8 itemAdjustments.remove(adjustment);
9 listeners.remove(listener);
10 propL.remove (l);
11 elements.remove(o);
12 jgvtListeners.remove(listener);
13 this.attributes.remove(element);
14 mPeers.remove(peer);
15 services.remove(service);
16 columns.remove( column );
17 _observers.remove(ls);
18 this.observers.remove(observer);
19 list.remove( o );
20 children.remove(child);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.