Class Maps.FilteredEntryMap.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:
    Maps.FilteredEntryMap<K,​V>

    private class Maps.FilteredEntryMap.EntrySet
    extends ForwardingSet<java.util.Map.Entry<K,​V>>
    • Constructor Detail

      • EntrySet

        private EntrySet()
    • Method Detail

      • delegate

        protected java.util.Set<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 ForwardingSet<java.util.Map.Entry<K,​V>>
      • iterator

        public java.util.Iterator<java.util.Map.Entry<K,​V>> iterator()
        Specified by:
        iterator in interface java.util.Collection<java.util.Map.Entry<K,​V>>
        Specified by:
        iterator in interface java.lang.Iterable<java.util.Map.Entry<K,​V>>
        Specified by:
        iterator in interface java.util.Set<java.util.Map.Entry<K,​V>>
        Overrides:
        iterator in class ForwardingCollection<java.util.Map.Entry<K,​V>>