class J3dQueryProps
extends java.util.AbstractMap
| Modifier and Type | Class and Description |
|---|---|
private class |
J3dQueryProps.EntrySet
Entry set class
|
private class |
J3dQueryProps.MapIterator
Entry set class
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set |
entrySet |
private java.util.Hashtable |
table |
| Constructor and Description |
|---|
J3dQueryProps(java.lang.String[] keys,
java.lang.Object[] values)
Constructs a new J3dQueryProps object using the specified
array of keys and the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(java.lang.Object key)
Returns true if the specified key is contained in this Map
|
boolean |
containsValue(java.lang.Object value)
Returns true if the specified value is contained in this Map
|
java.util.Set |
entrySet()
Returns a new Set object for the entries of this map
|
java.lang.Object |
get(java.lang.Object key)
Gets value corresponding to specified key
|
J3dQueryProps(java.lang.String[] keys,
java.lang.Object[] values)
public java.lang.Object get(java.lang.Object key)
get in interface java.util.Mapget in class java.util.AbstractMappublic boolean containsKey(java.lang.Object key)
containsKey in interface java.util.MapcontainsKey in class java.util.AbstractMappublic boolean containsValue(java.lang.Object value)
containsValue in interface java.util.MapcontainsValue in class java.util.AbstractMappublic java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in class java.util.AbstractMapCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.