See: Description
| Interface | Description |
|---|---|
| ArrayListStrategy<T> |
Strategy for an array list.
|
| LinkedListStrategy<T> |
Strategy for a linked list.
|
| StackStrategy<T> |
Strategy for a stack.
|
| VectorStrategy<T> |
Strategy for a vector.
|
Things that represent a collection strategy for lists.
Copyright © 2016–2017. All rights reserved.