Uses of Interface
me.a8kj.config.template.memory.impl.PairedDataMemory
Packages that use PairedDataMemory
-
Uses of PairedDataMemory in me.a8kj.config.builder
Methods in me.a8kj.config.builder with parameters of type PairedDataMemoryModifier and TypeMethodDescriptionPairedConfigBuilder.memory(PairedDataMemory<K> memory) Sets the paired data memory implementation for managing key-value configuration data. -
Uses of PairedDataMemory in me.a8kj.config.template.memory.impl
Classes in me.a8kj.config.template.memory.impl that implement PairedDataMemoryModifier and TypeClassDescriptionclassA implementation ofPairedDataMemoryspecialized forStringkeys.classA standard string-keyed implementation ofPairedDataMemory.