Acquires a write lock on the graph. Calling thread will be blocked until all read locks are released. Several threads can read but only once can write.
@see ReentrantReadWriteLock
@throws IllegalMonitorStateException if the current thread is holding a read lock
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.