Package eu.bandm.tools.location
Class LocationTree.Builder<D,T>
java.lang.Object
eu.bandm.tools.util.java.Collections.MapBuilder<String,LocationTree.Node<D,T>>
eu.bandm.tools.location.LocationTree.Builder<D,T>
- All Implemented Interfaces:
BiConsumer<String,LocationTree.Node<D, T>>
- Enclosing class:
LocationTree<D,T>
public static class LocationTree.Builder<D,T>
extends Collections.MapBuilder<String,LocationTree.Node<D,T>>
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class eu.bandm.tools.util.java.Collections.MapBuilder
accept, add, close, close, putMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Method Details
-
addLeaf
-
addBranch
public LocationTree.Builder<D,T> addBranch(String label, Consumer<LocationTree.Builder<D, T>> branching)
-