Class Synchronized

java.lang.Object
com.google.common.collect.Synchronized

final class Synchronized extends Object
Synchronized collection views. The returned synchronized collection views are serializable if the backing collection and the mutex are serializable.

If null is passed as the mutex parameter to any of this class's top-level methods or inner class constructors, the created object uses itself as the synchronization mutex.

This class should be used by other collection classes only.