java.lang.Object
io.mokamint.node.Memories
A provider of memories of things.
-
Method Summary
-
Method Details
-
of
Yields a memory with the given maximal size, initially empty.- Type Parameters:
T- the type of the things that will be contained in the memory- Parameters:
maximalSize- the maximal size (maximal number of stored elements)- Returns:
- the memory
-