| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.abstractions |
| Modifier and Type | Class and Description |
|---|---|
class |
Bag<E>
This collection class implements an ordered collection that allows duplicate elements.
|
class |
Set<E>
This collection class implements an ordered collection that does not allow duplicate elements.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedCollection<E> |
OrderedCollection.getElementsInRange(int firstIndex,
int lastIndex) |
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.