Method contains(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
if (list.contains(obj))
2
if (!this.actions.contains(action))
3
if (!listeners.contains(listener)) {
4
if (thread.frame(0).location().declaringType().availableStrata().contains("JSP")) {
5
if (!pluginClassLoaders.contains(loader)) {
6
if (!pendingOperations.contains(communityName)) {
7
if (!fCollectedProblems.contains(problem))
8
if(tc != null && !openedTopComponents.contains(tc)) {
9
if (listener != null && !_clientListeners.contains( listener )) _clientListeners.add( listener );
10
if (!this.children.contains(thisChild) || this.equals(thisChild)) {
11
if ( list1.contains( o ) )
12
if(!members.contains(member))
13
if (!validStates().contains(stateStr))
14
if (!oldSelection.contains(obj))
15
if ( list.contains ( element ) )
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.