Class LockTree


  • public class LockTree
    extends Object
    This is a utility class that offers fine grained locking for various Collection Operations This class is designed for single threaded operation. It's safe for multiple threads to use it but internally it is synchronized so that only one thread can perform any operation.
    • Constructor Detail

      • LockTree

        public LockTree()