Method clear()
Return type: void
Member of:
java.util.Map
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
public void clear() { wrapped.clear(); }
2
public void clear() { inner.clear(); }
3
existingMap.clear();
4
_dirtyNodes.clear();
5
mMap.clear();
6
this.fields.clear();
7
attributes.clear();
8
map1.clear();
9
value.clear();
10
hashTable.clear();
11
DTDInfoMap.clear();
12
mySchemas.clear();
13
myOptionsMaps.clear();
14
locators.clear();
15
m.clear();
16
_map.clear();
17
map.clear();
18
map.clear();
19
map.clear();
20
public void clear ( ) { nameToAudioClipMap.clear ( ); }
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.