I want to have a reversed list view on a list (in a similar way than List#sublist provides a sublist view on a list). Is there some function which provides this
List#sublist
If i have understood correct then it is one line of code .It worked for me .
Collections.reverse(yourList);