Method clear()
Return type: void
Member of:
java.util.ArrayList
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
varNames.clear ();
2
localDataSourceConfigs.clear();
3
myNodes.clear();
4
_errorMessages.clear();
5
selectedComponents.clear();
6
l.clear();
7
this.needsCompileList.clear();
8
entries.clear();
9
usedAttributeFiles.clear();
10
this.extensions.clear();
11
this.extensions.clear();
12
larrayList.clear();
13
clear();
14
list.clear();
15
this.list.clear();
16
data.clear();
17
locales.clear();
18
objects.clear();
19
arrayList.clear();
20
blocksToSend.clear();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.