FList<E> |
Generic functional list implementation.
|
FList.Builder<E> |
Mutable builder for building functional lists.
|
FList.Cons<E> |
Class representing a functional list with a head element and tail list.
|
FList.Nil<E> |
Class for the empty list.
|
FSet<E> |
Generic functional set implementation.
|
FSet.Builder<E> |
Mutable builder for building functional sets.
|
FSet.Cons<E> |
Class representing a functional set.
|
FSet.Empty<E> |
Class for the empty set.
|
Tree<E> |
Binary tree with elements which are generic.
|
Tree.Empty<E> |
Class for the empty tree.
|
Tree.Node<E> |
Class representing a tree node with a value and a left and right subtree.
|