chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / PieceSetHashMap

PieceSetHashMap

data class PieceSetHashMap

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

Author Felix Dimmel

Constructors

<init> PieceSetHashMap(pieceSets: HashMap<PieceColor, PieceSet> = HashMap())
Data wrapper for a hash map of pieceSets. Necessary for JSON serialization/deserialization.

Properties

pieceSets val pieceSets: HashMap<PieceColor, PieceSet>
Hash map of pieceSets