Interface ReadWriteLockReverseMap<K,V>

Type Parameters:
K - The type of key used in the map.
V - The type of value stored in the map.
All Superinterfaces:
Map<K,V>, ReadWriteLock, ReadWriteLockMap<K,V>, ReverseMap<K,V>
All Known Implementing Classes:
DecoratorReadWriteLockReverseMap

public interface ReadWriteLockReverseMap<K,V> extends ReadWriteLockMap<K,V>, ReverseMap<K,V>
A thread-safe reverse map that uses a pair of read and write locks to access its data.
Author:
Garret Wilson