T - public abstract class ConcurrentInitialize<T> extends Object
| Constructor and Description |
|---|
ConcurrentInitialize() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
create()
Override to create the actual object
|
T |
get()
Get the value or wait until it is created.
|
Copyright © 2021. All rights reserved.