Class ScratchContext

  • All Implemented Interfaces:
    Iterable<BaseContext>

    public final class ScratchContext
    extends BaseContext
    A context subclass for holding arbitrary data in a map.
    Since:
    3.4.0
    • Field Detail

      • map

        @Nonnull
        private Map<?,​?> map
        Map of scratch data.
    • Constructor Detail

      • ScratchContext

        public ScratchContext()
        Constructor.
    • Method Detail

      • getMap

        @Nonnull
        @Live
        public Map<?,​?> getMap()
        Get the map of scratch data.
        Returns:
        the map