Package de.gematik.rbellogger.data
Class RbelMultiMap<T>
java.lang.Object
de.gematik.rbellogger.data.RbelMultiMap<T>
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Collector<Map.Entry<String,?>, RbelMultiMap, RbelMultiMap> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()Deprecated, for removal: This API element is subject to removal in a future version.booleaninthashCode()booleanisEmpty()iterator()keySet()voidintsize()stream()toString()values()Deprecated, for removal: This API element is subject to removal in a future version.withSkipIfNull(String key, T value) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
COLLECTOR
-
-
Constructor Details
-
RbelMultiMap
public RbelMultiMap()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,T>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,T>
-
get
-
getAll
-
put
-
put
-
remove
-
removeAll
-
putAll
-
clear
public void clear() -
keySet
-
values
Deprecated, for removal: This API element is subject to removal in a future version. -
entrySet
Deprecated, for removal: This API element is subject to removal in a future version. -
stream
-
with
-
withSkipIfNull
-
iterator
-
getValues
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-