Home » openjdk-7 » java » lang » [javadoc | source]
java.lang
final class: ProcessEnvironment [javadoc | source]
java.lang.Object
   java.util.AbstractMap<K, V>
      java.util.HashMap<String, String>
         java.lang.ProcessEnvironment

All Implemented Interfaces:
    Cloneable, Map, Serializable

Field Summary
static final  int MIN_NAME_LENGTH     
Fields inherited from java.util.HashMap:
DEFAULT_INITIAL_CAPACITY,  MAXIMUM_CAPACITY,  DEFAULT_LOAD_FACTOR,  table,  size,  threshold,  loadFactor,  modCount
Fields inherited from java.util.AbstractMap:
keySet,  values
Method from java.lang.ProcessEnvironment Summary:
containsKey,   containsValue,   emptyEnvironment,   entrySet,   environment,   get,   getenv,   getenv,   keySet,   put,   remove,   toEnvironmentBlock,   toEnvironmentBlock,   values
Methods from java.util.HashMap:
addEntry,   capacity,   clear,   clone,   containsKey,   containsValue,   createEntry,   entrySet,   get,   getEntry,   hash,   indexFor,   init,   isEmpty,   keySet,   loadFactor,   newEntryIterator,   newKeyIterator,   newValueIterator,   put,   putAll,   remove,   removeEntryForKey,   removeMapping,   resize,   size,   transfer,   values
Methods from java.util.AbstractMap:
clear,   clone,   containsKey,   containsValue,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   toString,   values
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.lang.ProcessEnvironment Detail:
 public boolean containsKey(Object key) 
 public boolean containsValue(Object value) 
 static Map<String, String> emptyEnvironment(int capacity) 
 public Set<String, String> entrySet() 
 static Map<String, String> environment() 
 public String get(Object key) 
 static Map<String, String> getenv() 
 static String getenv(String name) 
 public Set<String> keySet() 
 public String put(String key,
    String value) 
 public String remove(Object key) 
 String toEnvironmentBlock() 
 static String toEnvironmentBlock(Map<String, String> map) 
 public Collection<String> values()