This will return a new list consisting of the selected elements from the supplied list. The elements are selected based on {@link #getFirstItem()} and {@link #getLastItem()}. @param < T> the list type @param list the collection to select from, not null @return the selected list, not linked to the original, not null
|
|