#include <src/main/decaf/util/Collections.h>
Static Public Member Functions | |
| template<typename E > | |
| static void | reverse (List< E > &list) |
| Modifies the specified List by reversing the order of the elements. | |
| static void decaf::util::Collections::reverse | ( | List< E > & | list | ) | [inline, static] |
Modifies the specified List by reversing the order of the elements.
| list | The list to reverse. |
| UnsupportedOperationException | when replacing an element in the List is not supported. |
References decaf::util::List< E >::listIterator(), and decaf::util::Collection< E >::size().
1.6.1