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. memoryThe 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 classMemoryManager.ManualFreeMemoryHandle<T>Fields in org.openstreetmap.josm.tools with type parameters of type MemoryManager.MemoryHandle Modifier and Type Field Description private java.util.ArrayList<MemoryManager.MemoryHandle<?>>MemoryManager. activeHandlesMethods in org.openstreetmap.josm.tools that return MemoryManager.MemoryHandle Modifier and Type Method Description <T> MemoryManager.MemoryHandle<T>MemoryManager. allocateMemory(java.lang.String name, long maxBytes, java.util.function.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 java.util.List<MemoryManager.MemoryHandle<?>>MemoryManager. resetState()Reset the state of this manager to the default state.
-