htwdd.chessgame.server.model / MatchHashMap
MatchHashMap
data class MatchHashMap
Data wrapper for a hash map of matches. Necessary for JSON serialization/deserialization.
Author Felix Dimmel
Constructors
| <init> | MatchHashMap(matches: HashMap<Int, Match> = HashMap())Data wrapper for a hash map of matches. Necessary for JSON serialization/deserialization. |
Properties
| matches | val matches: HashMap<Int, Match>Hash map of matches |