Class FilteredKeyMultimap.Entries

    • Constructor Detail

      • Entries

        Entries()
    • Method Detail

      • delegate

        protected java.util.Collection<java.util.Map.Entry<K,​V>> delegate()
        Description copied from class: ForwardingObject
        Returns the backing delegate instance that methods are forwarded to. Abstract subclasses generally override this method with an abstract method that has a more specific return type, such as ForwardingSet.delegate(). Concrete subclasses override this method to supply the instance being decorated.
        Specified by:
        delegate in class ForwardingCollection<java.util.Map.Entry<K,​V>>
      • remove

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