| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.abstractions | |
| craterdog.collections.interfaces |
| Class and Description |
|---|
| Collection
This abstract class defines the invariant methods that all collections must inherit.
|
| Iterator
This abstract class defines a framework for each concrete iterator class
that allows the iteration over a collection's elements.
|
| Manipulator
This abstract class extends the
Iterator class by allowing the
manipulation of the collection's elements. |
| OrderedCollection
This abstract class defines the invariant methods that all ordered collections must inherit.
|
| SortableCollection
This abstract class defines the invariant methods that all sortable collections must inherit.
|
| Sorter
This abstract class defines a framework for each concrete sorter class
that sorts the elements in a collection using a specific algorithm and
comparator function.
|
| Class and Description |
|---|
| Collection
This abstract class defines the invariant methods that all collections must inherit.
|
| Iterator
This abstract class defines a framework for each concrete iterator class
that allows the iteration over a collection's elements.
|
| SortableCollection
This abstract class defines the invariant methods that all sortable collections must inherit.
|
| Sorter
This abstract class defines a framework for each concrete sorter class
that sorts the elements in a collection using a specific algorithm and
comparator function.
|
| Class and Description |
|---|
| Iterator
This abstract class defines a framework for each concrete iterator class
that allows the iteration over a collection's elements.
|
| Manipulator
This abstract class extends the
Iterator class by allowing the
manipulation of the collection's elements. |
| Sorter
This abstract class defines a framework for each concrete sorter class
that sorts the elements in a collection using a specific algorithm and
comparator function.
|
Copyright © 2014 Crater Dog Technologies(TM). All rights reserved.