|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
javax.media.j3d.J3dQueryProps
class J3dQueryProps
Properties object for query operations. It is a read-only Map backed up by a Hashtable.
Nested Class Summary | |
---|---|
private class |
J3dQueryProps.EntrySet
Entry set class |
private class |
J3dQueryProps.MapIterator
Entry set class |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary | |
---|---|
private java.util.Set |
entrySet
|
private java.util.Hashtable |
table
|
Constructor Summary | |
---|---|
J3dQueryProps(java.lang.String[] keys,
java.lang.Object[] values)
Constructs a new J3dQueryProps object using the specified array of keys and the specified values. |
Method Summary | |
---|---|
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 |
Methods inherited from class java.util.AbstractMap |
---|
clear, clone, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.util.Hashtable table
private java.util.Set entrySet
Constructor Detail |
---|
J3dQueryProps(java.lang.String[] keys, java.lang.Object[] values)
Method Detail |
---|
public java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map
get
in class java.util.AbstractMap
public boolean containsKey(java.lang.Object key)
containsKey
in interface java.util.Map
containsKey
in class java.util.AbstractMap
public boolean containsValue(java.lang.Object value)
containsValue
in interface java.util.Map
containsValue
in class java.util.AbstractMap
public java.util.Set entrySet()
entrySet
in interface java.util.Map
entrySet
in class java.util.AbstractMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |