Class Locksmith


  • public class Locksmith
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Map<java.lang.String,​java.lang.Long> lockCounts  
    • Constructor Summary

      Constructors 
      Constructor Description
      Locksmith()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void countLock​(java.lang.String lockName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lockCounts

        public static java.util.Map<java.lang.String,​java.lang.Long> lockCounts
    • Constructor Detail

      • Locksmith

        public Locksmith()
    • Method Detail

      • countLock

        public static void countLock​(java.lang.String lockName)