Class SubList<T>

  • All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<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