Class SmallSortedMap.DescendingEntrySet

  • 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:
    SmallSortedMap<K extends java.lang.Comparable<K>,​V>

    private class SmallSortedMap.DescendingEntrySet
    extends SmallSortedMap.EntrySet
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DescendingEntrySet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<java.util.Map.Entry<K,​V>> iterator()  
      • Methods inherited from class java.util.AbstractSet

        equals, hashCode, removeAll
      • Methods inherited from class java.util.AbstractCollection

        addAll, containsAll, isEmpty, 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

        addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
    • Constructor Detail

      • DescendingEntrySet

        private DescendingEntrySet()
    • Method Detail

      • 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 extends java.lang.Comparable<K>,​V>>
        Specified by:
        iterator in interface java.lang.Iterable<java.util.Map.Entry<K extends java.lang.Comparable<K>,​V>>
        Specified by:
        iterator in interface java.util.Set<java.util.Map.Entry<K extends java.lang.Comparable<K>,​V>>
        Overrides:
        iterator in class SmallSortedMap.EntrySet