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