Get the descending iterator and descending set

ReturnMethodSummary
Iterator<E>descendingIterator()Returns an iterator over the elements in this set in descending order.
NavigableSet<E>descendingSet()Returns a reverse order view of the elements contained in this set.
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.