Uses of Class
com.db4o.io.MemoryBin
- 
Packages that use MemoryBin Package Description com.db4o.internal com.db4o.io 
- 
- 
Uses of MemoryBin in com.db4o.internalConstructors in com.db4o.internal with parameters of type MemoryBin Constructor Description TransportObjectContainer(ObjectContainerBase parent, MemoryBin memoryFile)
- 
Uses of MemoryBin in com.db4o.ioMethods in com.db4o.io that return MemoryBin Modifier and Type Method Description MemoryBinMemoryStorage. bin(java.lang.String uri)Returns the memory bin for the given URI for external use.Methods in com.db4o.io with parameters of type MemoryBin Modifier and Type Method Description voidMemoryStorage. bin(java.lang.String uri, MemoryBin bin)Registers the given bin for this storage with the given URI.
 
-