Class SortedScheduledEntries<K,​V extends Comparable<? super V>>

    • Constructor Detail

      • SortedScheduledEntries

        public SortedScheduledEntries()
        Creates a new entries object whose iteration order is based on the entry value.
      • SortedScheduledEntries

        public SortedScheduledEntries​(Comparator<Map.Entry<K,​V>> comparator)
        Creates a new entries object whose iteration order is based on the specified comparator.
        Parameters:
        comparator - the comparator used to determine the iteration order