Package rma.util

Class SingletonHashcodeLocker

java.lang.Object
rma.util.SingletonHashcodeLocker

public class SingletonHashcodeLocker extends Object
  • Method Details

    • getInstance

      public static SingletonHashcodeLocker getInstance()
    • size

      public int size()
      return the number of locked objects.
    • lock

      public boolean lock(Object lockObj)
    • unlock

      public boolean unlock(Object unlockObj)