T - Data typepublic class SharedObject<T> extends java.lang.Object implements SharedVariable<SharedObject.Instance<T>>
| Modifier and Type | Class and Description |
|---|---|
static class |
SharedObject.Instance<T>
Instance for a particular thread.
|
| Constructor and Description |
|---|
SharedObject() |
| Modifier and Type | Method and Description |
|---|---|
SharedObject.Instance<T> |
instantiate()
Instantiate for an execution thread.
|
public SharedObject.Instance<T> instantiate()
SharedVariableinstantiate in interface SharedVariable<SharedObject.Instance<T>>Copyright © 2019 ELKI Development Team. License information.