| 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, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object o)
containsKey in interface Mappublic boolean containsValue(Object o)
containsValue in interface Mappublic Collection<Object> values()
Copyright © 2001-2016 JRuby. All Rights Reserved.