Package elki.parallel.variables
Interface SharedVariable<I extends SharedVariable.Instance<?>>
-
- Type Parameters:
I
- Instance type
- All Known Implementing Classes:
SharedDouble
,SharedInteger
,SharedObject
public interface SharedVariable<I extends SharedVariable.Instance<?>>
Shared variables storing a particular type.- Since:
- 0.7.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SharedVariable.Instance<T>
Instance for a single execution thread.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I
instantiate()
Instantiate for an execution thread.
-
-
-
Method Detail
-
instantiate
I instantiate()
Instantiate for an execution thread.- Returns:
- new Instance
-
-