com.epicentric.common
Class LockSet
java.lang.Object
|
+--com.epicentric.common.LockSet
Deprecated. as of version 4.5, to be removed in 8.0 or later.
- public class LockSet
- extends Object
Synchronization utility for hash-safe keys. If different string
objects have the same value, this class can be used to return the same
object as long as it is still being referenced. This class thereby acts as a lock.
|
Constructor Summary |
LockSet()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockSet
public LockSet()
- Deprecated.
get
public Object get(String key)
- Deprecated.
get
public Object get(Object key)
- Deprecated.
getNewValue
protected Object getNewValue(Object key)
- Deprecated.
Copyright and Trademark Notices