Uses of Class
me.a8kj.config.template.memory.MemoryEntry
Packages that use MemoryEntry
-
Uses of MemoryEntry in me.a8kj.config.template.memory
Methods in me.a8kj.config.template.memory that return MemoryEntryModifier and TypeMethodDescriptionstatic <T> MemoryEntry<T> MemoryEntry.of(String key, MemoryDataType type) Creates a new MemoryEntry instance. -
Uses of MemoryEntry in me.a8kj.config.template.memory.impl
Methods in me.a8kj.config.template.memory.impl with parameters of type MemoryEntryModifier and TypeMethodDescriptionPairedDataMemory.fetchDetailed(MemoryEntry<T> entry) Fetches a detailed result for a givenMemoryEntry.