Uses of Interface
dev.zemco.codegame.execution.memory.IMemoryCellFactory
Packages that use IMemoryCellFactory
-
Uses of IMemoryCellFactory in dev.zemco.codegame.execution.memory
Constructors in dev.zemco.codegame.execution.memory with parameters of type IMemoryCellFactoryModifierConstructorDescriptionConstantSizeMemory(int size, IMemoryCellFactory memoryCellFactory) Creates an instance ofConstantSizeMemorythat holds a specified number ofmemory cellscreated using the providedmemoryCellFactory.