Package | Description |
---|---|
com.mattunderscore.trees.mutable |
Provides the basic interfaces for mutable trees and nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableTreeImpl<E>
Initial attempt at thread safety is base on copy on mutation.
|
Modifier and Type | Method and Description |
---|---|
Iterator<MutableSettableNode<E>> |
MutableTreeImpl.childIterator() |
protected TopDownTreeRootBuilder<E,MutableSettableNode<E>> |
MutableTreeImplNodeConverter.getBuilder() |
Modifier and Type | Method and Description |
---|---|
boolean |
MutableTreeImpl.removeChild(MutableSettableNode<E> child) |
Copyright © 2014–2016. All rights reserved.