Object subList ( Object list ,int fromIndex ,int toIndex )
Object subList ( Object list ,int fromIndex ,int toIndex )
Name | Type | Description |
---|---|---|
list | Object | The List object |
fromIndex | int | Low endpoint (inclusive) of the subList |
toIndex | int | High endpoint (exclusive) of the subList |
Type | Description |
---|---|
Object | A view of the specified range within this list |