protected static class UtilMisc.SimpleMap extends Object implements Map<String,Object>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
realMapIfNeeded |
| Constructor and Description |
|---|
UtilMisc.SimpleMap() |
UtilMisc.SimpleMap(String name1,
Object value1) |
UtilMisc.SimpleMap(String name1,
Object value1,
String name2,
Object value2) |
UtilMisc.SimpleMap(String name1,
Object value1,
String name2,
Object value2,
String name3,
Object value3) |
UtilMisc.SimpleMap(String name1,
Object value1,
String name2,
Object value2,
String name3,
Object value3,
String name4,
Object value4) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object obj) |
boolean |
containsValue(Object obj) |
Set<Map.Entry<String,Object>> |
entrySet() |
boolean |
equals(Object obj) |
Object |
get(Object obj) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
protected void |
makeRealMap() |
Object |
put(String obj,
Object obj1) |
void |
putAll(Map<? extends String,?> map) |
Object |
remove(Object obj) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
public UtilMisc.SimpleMap()
public UtilMisc.SimpleMap(String name1, Object value1, String name2, Object value2)
public UtilMisc.SimpleMap(String name1, Object value1, String name2, Object value2, String name3, Object value3)
protected void makeRealMap()
public boolean containsKey(Object obj)
containsKey in interface Map<String,Object>public boolean containsValue(Object obj)
containsValue in interface Map<String,Object>public int hashCode()
Copyright © 2015 Atlassian. All rights reserved.