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.XmirEntry
last()
Get the last saved entry.void
save(XmirEntry xmir)
Save XMIR.
-