Uses of Class
eu.bandm.tools.location.LocationTree
Packages that use LocationTree
-
Uses of LocationTree in eu.bandm.tools.location
Methods in eu.bandm.tools.location that return LocationTreeModifier and TypeMethodDescriptionLocationTree.Leaf.getContent()static <D,T> LocationTree <D, T> static <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Consumer<? super Collections.MapBuilder<String, Object>> parameters, Consumer<? super LocationTree.Builder<D, T>> branching) static <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Consumer<? super Collections.MapBuilder<String, Object>> parameters, Supplier<LocationTree<D, T>> content) static <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Supplier<LocationTree<D, T>> content) Methods in eu.bandm.tools.location that return types with arguments of type LocationTreeMethod parameters in eu.bandm.tools.location with type arguments of type LocationTreeModifier and TypeMethodDescription(package private) voidLocationTree.Branch.flattenTo(Map<String, LocationTree<D, T>> map, StringBuilder buf) (package private) voidLocationTree.Leaf.flattenTo(Map<String, LocationTree<D, T>> map, StringBuilder buf) (package private) abstract voidLocationTree.Node.flattenTo(Map<String, LocationTree<D, T>> map, StringBuilder buf) static <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Consumer<? super Collections.MapBuilder<String, Object>> parameters, Supplier<LocationTree<D, T>> content) static <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Supplier<LocationTree<D, T>> content)