| java.lang.Object java.util.AbstractMap javax.media.j3d.J3dQueryProps
J3dQueryProps | class J3dQueryProps extends AbstractMap (Code) | | Properties object for query operations. It is a read-only Map backed
up by a Hashtable.
|
Constructor Summary | |
| J3dQueryProps(String[] keys, Object[] values) Constructs a new J3dQueryProps object using the specified
array of keys and the specified values. |
J3dQueryProps | J3dQueryProps(String[] keys, Object[] values)(Code) | | Constructs a new J3dQueryProps object using the specified
array of keys and the specified values. The arrays must be
the same size.
|
containsKey | public boolean containsKey(Object key)(Code) | | Returns true if the specified key is contained in this Map
|
containsValue | public boolean containsValue(Object value)(Code) | | Returns true if the specified value is contained in this Map
|
entrySet | public Set entrySet()(Code) | | Returns a new Set object for the entries of this map
|
|
|