Class AbstractListValuedMap<K,V>

    • Constructor Detail

      • AbstractListValuedMap

        protected AbstractListValuedMap()
        Constructor needed for subclass serialisation.
      • AbstractListValuedMap

        protected AbstractListValuedMap(Map<K,? extends List<V>> map)
        A constructor that wraps, not copies
        Parameters:
        map - the map to wrap, must not be null
        Throws:
        NullPointerException - if the map is null