30313233343536
private T value; private Object lock = new Object(); private Notifier notifier; public DefaultState() { notifier = new SynchronousNotifier(); }