Uses of Class
org.eolang.opeo.storage.XmirEntry
-
Packages that use XmirEntry Package Description org.eolang.opeo.storage Contains classes for working with storage. -
-
Uses of XmirEntry in org.eolang.opeo.storage
Methods in org.eolang.opeo.storage that return XmirEntry Modifier and Type Method Description XmirEntryInMemoryStorage. last()Get the last saved entry.XmirEntryXmirEntry. transform(Function<? super com.jcabi.xml.XML,? extends com.jcabi.xml.XML> transformer)Transform XMIR.Methods in org.eolang.opeo.storage that return types with arguments of type XmirEntry Modifier and Type Method Description Stream<XmirEntry>CompilationStorage. all()Stream<XmirEntry>DecompilationStorage. all()Stream<XmirEntry>DummyStorage. all()Stream<XmirEntry>FileStorage. all()Stream<XmirEntry>InMemoryStorage. all()Stream<XmirEntry>Storage. all()Get all XMIRs.Stream<XmirEntry>WithoutAliasesStorage. all()Methods in org.eolang.opeo.storage with parameters of type XmirEntry Modifier and Type Method Description voidCompilationStorage. save(XmirEntry xmir)voidDecompilationStorage. save(XmirEntry xmir)voidDummyStorage. save(XmirEntry xmir)voidFileStorage. save(XmirEntry xmir)voidInMemoryStorage. save(XmirEntry xmir)voidStorage. save(XmirEntry xmir)Save XMIR.voidWithoutAliasesStorage. save(XmirEntry xmir)Constructor parameters in org.eolang.opeo.storage with type arguments of type XmirEntry Constructor Description InMemoryStorage(List<XmirEntry> container)Constructor.
-