Class MultiMap<K,​V>


  • public class MultiMap<K,​V>
    extends Object
    Author:
    Dmitry Avdeev
    • Constructor Detail

      • MultiMap

        public MultiMap()
    • Method Detail

      • createCollection

        protected Collection<V> createCollection()
      • createEmptyCollection

        protected Collection<V> createEmptyCollection()
      • putValue

        public void putValue​(K key,
                             V value)
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey​(K key)
      • containsScalarValue

        public boolean containsScalarValue​(V value)
      • keySet

        public Set<K> keySet()
      • size

        public int size()
      • removeValue

        public void removeValue​(K key,
                                V value)
      • clear

        public void clear()