| 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 |
Dictionary<V>
This collection class is a convenience class that implements a
Map whose keys
are always of type String. |
class |
List<E>
This collection class implements a sortable list which performs very well for both inserts and
indexed lookups of its values.
|
class |
Map<K,V>
This collection class implements a sortable collection containing key-value associations.
|
class |
Set<E>
This collection class implements an ordered collection that does not allow duplicate elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenCollection<E>
This abstract class implements a collection that allows its internal structure to be
directly manipulated.
|
class |
OrderedCollection<E>
This abstract class defines the invariant methods that all ordered collections must inherit.
|
class |
SortableCollection<E>
This abstract class defines the invariant methods that all sortable collections must inherit.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.