Class FilteredEntryMultimap.AsMap

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

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

      Constructors 
      Constructor Description
      AsMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      boolean containsKey​(java.lang.Object key)  
      (package private) java.util.Set<java.util.Map.Entry<K,​java.util.Collection<V>>> createEntrySet()
      Creates the entry set to be returned by Maps.ViewCachingAbstractMap.entrySet().
      (package private) java.util.Set<K> createKeySet()  
      (package private) java.util.Collection<java.util.Collection<V>> createValues()  
      java.util.Collection<V> get​(java.lang.Object key)  
      java.util.Collection<V> remove​(java.lang.Object key)  
      • Methods inherited from class java.util.AbstractMap

        clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • AsMap

        AsMap()
    • Method Detail

      • containsKey

        public boolean containsKey​(java.lang.Object key)
        Specified by:
        containsKey in interface java.util.Map<K,​java.util.Collection<V>>
        Overrides:
        containsKey in class java.util.AbstractMap<K,​java.util.Collection<V>>
      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Map<K,​java.util.Collection<V>>
        Overrides:
        clear in class java.util.AbstractMap<K,​java.util.Collection<V>>
      • get

        public java.util.Collection<V> get​(java.lang.Object key)
        Specified by:
        get in interface java.util.Map<K,​java.util.Collection<V>>
        Overrides:
        get in class java.util.AbstractMap<K,​java.util.Collection<V>>
      • remove

        public java.util.Collection<V> remove​(java.lang.Object key)
        Specified by:
        remove in interface java.util.Map<K,​java.util.Collection<V>>
        Overrides:
        remove in class java.util.AbstractMap<K,​java.util.Collection<V>>