| Package | Description |
|---|---|
| org.atlanmod.commons |
The base package for common utility classes and methods.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LazyReference<T> |
LazyReference.soft(Supplier<T> refreshFunction)
Creates a new lazy reference that uses
SoftReference. |
static <T> LazyReference<T> |
LazyReference.weak(Supplier<T> refreshFunction)
Creates a new lazy reference that uses
WeakReference. |
Copyright © 2017–2019 Atlanmod. All rights reserved.