Class SubList<T>

java.lang.Object
com.tangosol.util.SubList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>

public class SubList<T> extends Object implements List<T>
Implements a list which is based on another list, represents a sub-list of the underlying list.
Author:
as 2010.12.04