Class DynamicStateMap

    • Constructor Detail

      • DynamicStateMap

        public DynamicStateMap()
        Builds an initially empty map.
    • Method Detail

      • keySet

        public Set<LevelIdentifier> keySet()
        Gets the levels which dynamic state is contained in this map.

        This method has to ensure that two consecutive iterations over this set always return its items in the same order.

        Specified by:
        keySet in interface IPublicDynamicStateMap
        Returns:
        The identifier of the levels contained in this map.