Interface SyncMultiMap<K,V>

Type Parameters:
K -
V -

public interface SyncMultiMap<K,V>
Since:
14.0
  • Method Details

    • name

      String name()
    • configuration

      MultiMapConfiguration configuration()
    • container

      SyncContainer container()
      Return the container of this multimap
      Returns:
    • add

      void add(K key, V value)
    • get

      CloseableIterable<V> get(K key)
    • remove

      boolean remove(K key)
    • remove

      boolean remove(K key, V value)
    • containsKey

      boolean containsKey(K key)
    • containsEntry

      boolean containsEntry(K key, V value)
    • estimateSize

      long estimateSize()