Interface WrappedList<T>

Type Parameters:
T -
All Superinterfaces:
Stateful<T>, WrappedCollection<T,​java.util.List<T>,​WrappedList<T>>, WrapperBase<java.util.Collection<T>,​WrappedList<T>>
All Known Implementing Classes:
ArrayListWrappedCollection, SubList

public interface WrappedList<T>
extends WrappedCollection<T,​java.util.List<T>,​WrappedList<T>>
An ordered based collection of items that can be sorted or queried by position.
Author:
Greg Higgins [email protected]