org.jhotdraw.util
Class ReversedList<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<T>
-
- org.jhotdraw.util.ReversedList<T>
-
- All Implemented Interfaces:
- java.lang.Iterable<T>, java.util.Collection<T>, java.util.List<T>
public class ReversedList<T> extends java.util.AbstractList<T>A ReversedList provides in unmodifiable view on a List in reverse order.
-
-
Constructor Summary
Constructors Constructor and Description ReversedList(java.util.List<T> target)Creates a new instance of ReversedList
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Tget(int index)intsize()-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-
DataMelt 3.0 © DataMelt by jWork.ORG