public class ChildrenOfTypeMap extends Object implements Map<String,ResourceList>
| Constructor and Description |
|---|
ChildrenOfTypeMap(ResourceList list) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,ResourceList>> |
entrySet() |
ResourceList |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
ResourceList |
put(String key,
ResourceList value) |
void |
putAll(Map<? extends String,? extends ResourceList> m) |
ResourceList |
remove(Object key) |
int |
size() |
Collection<ResourceList> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ChildrenOfTypeMap(ResourceList list)
public int size()
size in interface Map<String,ResourceList>public boolean isEmpty()
isEmpty in interface Map<String,ResourceList>public boolean containsKey(Object key)
containsKey in interface Map<String,ResourceList>public boolean containsValue(Object value)
containsValue in interface Map<String,ResourceList>public ResourceList get(Object key)
get in interface Map<String,ResourceList>public ResourceList put(String key, ResourceList value)
put in interface Map<String,ResourceList>public ResourceList remove(Object key)
remove in interface Map<String,ResourceList>public void putAll(Map<? extends String,? extends ResourceList> m)
putAll in interface Map<String,ResourceList>public void clear()
clear in interface Map<String,ResourceList>public Collection<ResourceList> values()
values in interface Map<String,ResourceList>public Set<Map.Entry<String,ResourceList>> entrySet()
entrySet in interface Map<String,ResourceList>Copyright © 2021 McEvoy Software Ltd. All rights reserved.