Interface | Description |
---|---|
Collection<E> |
Grandparent of all collections.
|
Deque<E> |
A doubly-ended queue.
|
List<E> |
A simplistic abstraction of immutable
List s. |
Seque<E> |
A singly-ended queue.
|
Shufflable<E> | |
Sortable<E> |
Class | Description |
---|---|
Stack<E> |
A Stack implementation of a Seque.
|
Tuple2<X,Y> |
A simple enough implementation of a two Tuple.
|
Copyright © 2017. All rights reserved.