| Package | Description |
|---|---|
| craterdog.collections.primitives |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<E> |
LinkedList.remove(int firstIndex,
int lastIndex)
This method removes the elements in the specified range [firstIndex..lastIndex) and shifts
the existing elements down to fill in the gap.
|
LinkedList<E> |
LinkedList.subList(int fromIndex,
int toIndex) |
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.