| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.abstractions | |
| craterdog.collections.interfaces |
| Class and Description |
|---|
| Association
This class defines an association between a key and a value.
|
| Bag
This collection class implements an ordered collection that allows duplicate elements.
|
| Dictionary
This collection class is a convenience class that implements a
Map whose keys
are always of type String. |
| List
This collection class implements a sortable list which performs very well for both inserts and
indexed lookups of its values.
|
| Map
This collection class implements a sortable collection containing key-value associations.
|
| Queue
This collection class implements a queue (FIFO) data structure.
|
| Set
This collection class implements an ordered collection that does not allow duplicate elements.
|
| Stack
This collection class implements a stack (LIFO) data structure.
|
| Class and Description |
|---|
| List
This collection class implements a sortable list which performs very well for both inserts and
indexed lookups of its values.
|
| Class and Description |
|---|
| Association
This class defines an association between a key and a value.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.