Method contains(Object value)
Return type: boolean
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
if (denied.contains("all"))
2
if (!table.contains(handle)) {
3
if (iHashtable.contains (aObj))
4
if(metadataProfiles.contains(key))
5
boolean needSave = this.userValues.contains( key );
6
if(frame != null && FileToWindowMAP.contains(frame)) {
7
(_prefixMapping.contains(uri))) {
8
if (!allHandlers.contains(name)) {
9
if (System.getProperties().contains(key)) {
10
while (targets.contains (dummyName))
11
if (entries.contains(vPath)) {
12
if(groupNames.contains(new Integer(id))){
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.