Class IdentityMultimapList<K,​V>

    • Constructor Detail

      • IdentityMultimapList

        public IdentityMultimapList()
    • Method Detail

      • add

        public boolean add​(K key,
                           V value)
        Adds a value to the set associated with the key.