Class ReceiptContent
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,RoomReceipts>
-
- io.github.ma1uta.matrix.server.model.federation.edu.content.ReceiptContent
-
- All Implemented Interfaces:
EphemeralDataUnitContent
,Serializable
,Cloneable
,Map<String,RoomReceipts>
public class ReceiptContent extends HashMap<String,RoomReceipts> implements EphemeralDataUnitContent
Receipt content.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description ReceiptContent()
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-