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:
    java.util.Map<K,​V>, java.util.concurrent.locks.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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from interface java.util.concurrent.locks.ReadWriteLock

        readLock, writeLock