com.sun.j3d.utils.universe
Class ConfigContainer.ReadOnlyMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by com.sun.j3d.utils.universe.ConfigContainer.ReadOnlyMap
All Implemented Interfaces:
java.util.Map
Enclosing class:
ConfigContainer

private static class ConfigContainer.ReadOnlyMap
extends java.util.AbstractMap


Nested Class Summary
 
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
           
(package private)  java.util.HashMap map
           
 
Constructor Summary
ConfigContainer.ReadOnlyMap(java.util.Map map)
           
 
Method Summary
 boolean containsKey(java.lang.Object key)
           
 boolean containsValue(java.lang.Object value)
           
 java.util.Set entrySet()
           
 java.lang.Object get(java.lang.Object 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

map

java.util.HashMap map

entrySet

private java.util.Set entrySet
Constructor Detail

ConfigContainer.ReadOnlyMap

ConfigContainer.ReadOnlyMap(java.util.Map map)
Method Detail

get

public java.lang.Object get(java.lang.Object key)
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.AbstractMap

containsKey

public boolean containsKey(java.lang.Object key)
Specified by:
containsKey in interface java.util.Map
Overrides:
containsKey in class java.util.AbstractMap

containsValue

public boolean containsValue(java.lang.Object value)
Specified by:
containsValue in interface java.util.Map
Overrides:
containsValue in class java.util.AbstractMap

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.