Package org.eolang.opeo.storage
Class InMemoryStorage
- java.lang.Object
-
- org.eolang.opeo.storage.InMemoryStorage
-
-
Constructor Summary
Constructors Constructor Description InMemoryStorage()Constructor.InMemoryStorage(List<XmirEntry> container)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<XmirEntry>all()Get all XMIRs.XmirEntrylast()Get the last saved entry.voidsave(XmirEntry xmir)Save XMIR.
-