Uses of Class
org.openstreetmap.josm.tools.MemoryManager.NotEnoughMemoryException
-
Packages that use MemoryManager.NotEnoughMemoryException Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of MemoryManager.NotEnoughMemoryException in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that throw MemoryManager.NotEnoughMemoryException Modifier and Type Method Description <T> MemoryManager.MemoryHandle<T>
MemoryManager. allocateMemory(String name, long maxBytes, Supplier<T> factory)
Allocates a basic, fixed memory size.
-