Constructor and Description |
---|
SystemPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<Object,Object>> |
entrySet() |
Object |
get(Object o) |
boolean |
isEmpty() |
Set<Object> |
keySet() |
Object |
put(Object s,
Object s1) |
void |
putAll(Map map) |
Object |
remove(Object o) |
int |
size() |
protected String |
stringFromObject(Object o) |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public boolean containsKey(Object o)
containsKey
in interface Map
public boolean containsValue(Object o)
containsValue
in interface Map
public Collection<Object> values()
Copyright © 2001-2017 JRuby. All Rights Reserved.