Class ConcurrentReaderHashMap.BarrierLock
java.lang.Object
org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.BarrierLock
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ConcurrentReaderHashMap
protected static class ConcurrentReaderHashMap.BarrierLock
extends java.lang.Object
implements java.io.Serializable
A Serializable class for barrier lock
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Modifier Constructor Description protectedBarrierLock()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
BarrierLockprotected BarrierLock()
 
-