chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / PlayerHashMap

PlayerHashMap

data class PlayerHashMap

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

Author Felix Dimmel

Constructors

<init> PlayerHashMap(player: HashMap<Int, Player> = HashMap())
Data wrapper for a hash map of players. Necessary for JSON serialization/deserialization.

Properties

player val player: HashMap<Int, Player>
Hash map of matches