See: Description
Interface | Description |
---|---|
MutableNode<E> |
Represents a mutable node of a tree.
|
MutableSettableNode<E> |
Represents a mutable node of a tree.
|
MutableSettableStructuredNode<E> |
Mutable, settable, structural node.
|
MutableTree<E,N extends OpenMutableNode<E,N>> |
Represents a mutable tree.
|
OpenMutableNode<E,N extends OpenMutableNode<E,N>> |
Represents a mutable node of a tree.
|
OpenMutableStructuralNode<E,N extends OpenMutableStructuralNode<E,N>> |
Mutable structural node.
|
OpenSettableNode<E,N extends OpenSettableNode<E,? extends N>> |
A node that allows the element it contains to be modified without changing the structure of the tree.
|
SettableNode<E> |
A node that allows the element it contains to be modified without changing the structure of the tree.
|
Class | Description |
---|---|
Constructor<E> |
Implementation of
TreeConstructor for
MutableTreeImpl . |
Converter<E> |
Implementation of
TreeConverter for
MutableTreeImpl . |
EmptyConstructor<E> |
Implementation of
EmptyTreeConstructor for
MutableTreeImpl . |
Implementation |
Implementation
TreeImplementation for MutableTreeImpl . |
MutableTreeImpl<E> |
Initial attempt at thread safety is base on copy on mutation.
|
MutableTreeImplKeyMapping | |
MutableTreeImplNodeConverter<E> |
Implementation for converting a node to a tree by copying the subtree.
|
Copyright © 2014–2016. All rights reserved.