| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
List<E>
This collection class implements a sortable list which performs very well for both inserts and
indexed lookups of its values.
|
| Modifier and Type | Method and Description |
|---|---|
Indexed<E> |
Indexed.getElementsInRange(int firstIndex,
int lastIndex)
This method returns a collection of the elements in the specified index range.
|
Indexed<E> |
Indexed.removeElementsInRange(int firstIndex,
int lastIndex)
This method removes from the collection the elements associated with the specified
index range.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.