Uses of Interface
org.openstreetmap.josm.tools.MemoryManager.MemoryHandle
-
Packages that use MemoryManager.MemoryHandle Package Description org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of MemoryManager.MemoryHandle in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as MemoryManager.MemoryHandle Modifier and Type Field Description private MemoryManager.MemoryHandle<?>
AbstractTileSourceLayer.TileSourcePainter. memory
The memory handle that will hold our tile source. -
Uses of MemoryManager.MemoryHandle in org.openstreetmap.josm.tools
Classes in org.openstreetmap.josm.tools that implement MemoryManager.MemoryHandle Modifier and Type Class Description private class
MemoryManager.ManualFreeMemoryHandle<T>
Fields in org.openstreetmap.josm.tools with type parameters of type MemoryManager.MemoryHandle Modifier and Type Field Description private ArrayList<MemoryManager.MemoryHandle<?>>
MemoryManager. activeHandles
Methods in org.openstreetmap.josm.tools that return MemoryManager.MemoryHandle Modifier and Type Method Description <T> MemoryManager.MemoryHandle<T>
MemoryManager. allocateMemory(String name, long maxBytes, Supplier<T> factory)
Allocates a basic, fixed memory size.Methods in org.openstreetmap.josm.tools that return types with arguments of type MemoryManager.MemoryHandle Modifier and Type Method Description protected List<MemoryManager.MemoryHandle<?>>
MemoryManager. resetState()
Reset the state of this manager to the default state.
-