Package io.milton.http.annotated
Class ChildrenOfTypeMap
java.lang.Object
io.milton.http.annotated.ChildrenOfTypeMap
- All Implemented Interfaces:
Map<String,ResourceList>
- Author:
- brad
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()put(String key, ResourceList value) voidputAll(Map<? extends String, ? extends ResourceList> m) intsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ChildrenOfTypeMap
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceMap<String,ResourceList>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<String,ResourceList>
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,ResourceList>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,ResourceList>
-
get
- Specified by:
getin interfaceMap<String,ResourceList>
-
put
- Specified by:
putin interfaceMap<String,ResourceList>
-
remove
- Specified by:
removein interfaceMap<String,ResourceList>
-
putAll
- Specified by:
putAllin interfaceMap<String,ResourceList>
-
clear
public void clear()- Specified by:
clearin interfaceMap<String,ResourceList>
-
keySet
- Specified by:
keySetin interfaceMap<String,ResourceList>
-
values
- Specified by:
valuesin interfaceMap<String,ResourceList>
-
entrySet
- Specified by:
entrySetin interfaceMap<String,ResourceList>
-