AtomicBoolean
Wraps an Boolean value so that it can be declared final
and still be accessed from inner classes;
the functionality is similar to that of an AtomicBoolean, but operations on this class
are not atomic. This results in greater performance when the atomicity is not needed.@Deprecated public class BooleanHolder extends ObjectHolder<Boolean>
Constructor and Description |
---|
BooleanHolder(boolean initialValue)
Deprecated.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.