Method clear()
Return type: void
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
public void clear ( ) { list.clear ( ); }
2
records.clear();
3
mServerStatus.clear();
4
parts.clear();
5
_batchCommands.clear();
6
_cases.clear ();
7
this.attributes.clear();
8
fCollectedProblems.clear();
9
nodes.clear();
10
tabs.clear();
11
columns.clear();
12
list.clear();
13
objectViewerRegistry.clear();
14
list.clear();
15
whoIsPlaying.clear();
16
this.selectionActions.clear();
17
attributes.clear();
18
addedList.clear();
19
if (n == 0) eventQueue.clear();
20
diagrams.clear();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.