| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.strategies.collections.list |
Things that represent a collection strategy for lists.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayListStrategy<T>
Strategy for an array list.
|
interface |
LinkedListStrategy<T>
Strategy for a linked list.
|
interface |
StackStrategy<T>
Strategy for a stack.
|
interface |
VectorStrategy<T>
Strategy for a vector.
|
Copyright © 2016–2017. All rights reserved.