Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and 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.
|