chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / MatchHashMap / <init>

<init>

MatchHashMap(matches: HashMap<Int, Match> = HashMap())

Data wrapper for a hash map of matches. Necessary for JSON serialization/deserialization.

Author Felix Dimmel