| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.abstractions | |
| craterdog.collections.interfaces |
| Class and Description |
|---|
| Accessible
This interface defines the methods that must be implemented by each collection
whose elements can be iterated over.
|
| Associative
This interface defines the methods that must be implemented by each collection that
associates a set of keys with a set of values.
|
| Dynamic
This interface defines the methods that must be implemented by each collection that
allows direct access to its elements.
|
| FIFO
This interface defines the methods that must be implemented by each collection that
supports a "first in, first out" access pattern.
|
| Indexed
This interface defines the methods that must be implemented by each collection that
its elements to be manipulated based on their indexes.
|
| LIFO
This interface defines the methods that must be implemented by each collection that
supports a "last in, first out" access pattern.
|
| Ordered
This interface defines the methods that must be implemented by each collection that
supports an implicit ordering of its elements.
|
| Sortable
This interface defines the methods that must be implemented by each collection that
allows its elements to be explicitly sorted.
|
| Class and Description |
|---|
| Accessible
This interface defines the methods that must be implemented by each collection
whose elements can be iterated over.
|
| Dynamic
This interface defines the methods that must be implemented by each collection that
allows direct access to its elements.
|
| Ordered
This interface defines the methods that must be implemented by each collection that
supports an implicit ordering of its elements.
|
| Sortable
This interface defines the methods that must be implemented by each collection that
allows its elements to be explicitly sorted.
|
| Class and Description |
|---|
| Accessible
This interface defines the methods that must be implemented by each collection
whose elements can be iterated over.
|
| Indexed
This interface defines the methods that must be implemented by each collection that
its elements to be manipulated based on their indexes.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.