AtomicReference
A bean that holds a single value of type T.@Deprecated public class ObjectHolder<T> extends Object
Constructor and Description |
---|
ObjectHolder(T initialValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
get()
Deprecated.
|
void |
set(T value)
Deprecated.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.