public class WriteLayout extends Object implements Map<ObjectFile.Element,LayoutDecisionMap>
| Constructor and Description |
|---|
WriteLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<ObjectFile.Element,LayoutDecisionMap>> |
entrySet() |
boolean |
equals(Object arg0) |
LayoutDecisionMap |
get(Object key) |
LayoutDecisionMap |
getOrCreate(ObjectFile.Element key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<ObjectFile.Element> |
keySet() |
LayoutDecisionMap |
put(ObjectFile.Element arg0,
LayoutDecisionMap arg1) |
void |
putAll(Map<? extends ObjectFile.Element,? extends LayoutDecisionMap> arg0) |
LayoutDecisionMap |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<LayoutDecisionMap> |
values() |
finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void clear()
clear in interface Map<ObjectFile.Element,LayoutDecisionMap>public boolean containsKey(Object key)
containsKey in interface Map<ObjectFile.Element,LayoutDecisionMap>public boolean containsValue(Object arg0)
containsValue in interface Map<ObjectFile.Element,LayoutDecisionMap>public Set<Map.Entry<ObjectFile.Element,LayoutDecisionMap>> entrySet()
entrySet in interface Map<ObjectFile.Element,LayoutDecisionMap>public LayoutDecisionMap getOrCreate(ObjectFile.Element key)
public boolean equals(Object arg0)
equals in interface Map<ObjectFile.Element,LayoutDecisionMap>equals in class Objectpublic LayoutDecisionMap get(Object key)
get in interface Map<ObjectFile.Element,LayoutDecisionMap>public int hashCode()
hashCode in interface Map<ObjectFile.Element,LayoutDecisionMap>hashCode in class Objectpublic boolean isEmpty()
isEmpty in interface Map<ObjectFile.Element,LayoutDecisionMap>public Set<ObjectFile.Element> keySet()
keySet in interface Map<ObjectFile.Element,LayoutDecisionMap>public LayoutDecisionMap put(ObjectFile.Element arg0, LayoutDecisionMap arg1)
put in interface Map<ObjectFile.Element,LayoutDecisionMap>public void putAll(Map<? extends ObjectFile.Element,? extends LayoutDecisionMap> arg0)
putAll in interface Map<ObjectFile.Element,LayoutDecisionMap>public LayoutDecisionMap remove(Object key)
remove in interface Map<ObjectFile.Element,LayoutDecisionMap>public int size()
size in interface Map<ObjectFile.Element,LayoutDecisionMap>public Collection<LayoutDecisionMap> values()
values in interface Map<ObjectFile.Element,LayoutDecisionMap>