Class Descending<T extends java.lang.Comparable<? super T>>

  • All Implemented Interfaces:
    java.lang.Iterable<T>

    public final class Descending<T extends java.lang.Comparable<? super T>>
    extends DelegatingIterable<T>
    An Iterable decorator which returns the elements of the delegate in their natural descending order.
    • Constructor Summary

      Constructors 
      Constructor Description
      Descending​(java.lang.Iterable<T> delegate)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • Descending

        public Descending​(java.lang.Iterable<T> delegate)