@ -129,7 +129,7 @@ public interface RMap<K, V> extends ConcurrentMap<K, V>, RExpirable, RMapAsync<K
RSemaphore getSemaphore(K key);
/**
* Returns <code>RReadWriteLock</code> instance associated with key
* Returns <code>RLock</code> instance associated with key
*
* @param key - map key
* @return fairlock
@ -454,7 +454,7 @@ public interface RMapReactive<K, V> extends RExpirableReactive {
RSemaphoreReactive getSemaphore(K key);
* @return fairLock
@ -455,7 +455,7 @@ public interface RMapRx<K, V> extends RExpirableRx {
RSemaphoreRx getSemaphore(K key);
@ -54,7 +54,7 @@ public interface RSet<V> extends Set<V>, RExpirable, RSetAsync<V>, RSortable<Set
RSemaphore getSemaphore(V value);
* Returns <code>RReadWriteLock</code> instance associated with <code>value</code>
* Returns <code>RLock</code> instance associated with <code>value</code>
* @param value - set value
* @return RLock object
@ -65,7 +65,7 @@ public interface RSetCache<V> extends Set<V>, RExpirable, RSetCacheAsync<V>, RDe