Class SynchronizedBooleanHolder

java.lang.Object
com.mchange.v2.holders.SynchronizedBooleanHolder
All Implemented Interfaces:
ThreadSafeBooleanHolder, Serializable

public class SynchronizedBooleanHolder extends Object implements ThreadSafeBooleanHolder, Serializable
An implementation of ThreadSafeBooleanHolder that synchronizes on itself for all acesses and mutations of the underlying boolean.
See Also: