Class AbstractMultimap.EntrySet

  • All Implemented Interfaces:
    java.lang.Iterable<java.util.Map.Entry<K,​V>>, java.util.Collection<java.util.Map.Entry<K,​V>>, java.util.Set<java.util.Map.Entry<K,​V>>
    Enclosing class:
    AbstractMultimap<K,​V>

    private class AbstractMultimap.EntrySet
    extends AbstractMultimap.Entries
    implements java.util.Set<java.util.Map.Entry<K,​V>>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EntrySet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.util.AbstractCollection

        add, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

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

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
    • Constructor Detail

      • EntrySet

        private EntrySet()
    • Method Detail

      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<java.util.Map.Entry<K,​V>>
        Specified by:
        hashCode in interface java.util.Set<java.util.Map.Entry<K,​V>>
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(@Nullable
                              java.lang.Object obj)
        Specified by:
        equals in interface java.util.Collection<java.util.Map.Entry<K,​V>>
        Specified by:
        equals in interface java.util.Set<java.util.Map.Entry<K,​V>>
        Overrides:
        equals in class java.lang.Object