Method clear()
Return type: void
Member of:
java.util.Hashtable
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
thirdPartyLafs.clear();
2
table.clear();
3
attributes.clear();
4
mapFilters.clear();
5
currentAttributes.clear();
6
this.attributes.clear();
7
childCache.clear();
8
fNonSchemaAttrs.clear();
9
this.contingentSizes.clear();
10
cache.clear();
11
iconCache.clear();
12
parentage.clear();
13
tooltipTexts.clear();
14
attributes.clear();
15
bundleCache.clear();
16
bindings.clear();
17
boxes.clear();
18
s_ctx.clear();
19
impliedHiddenTermsHash.clear();
20
bindings.clear();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.