Package owl.translations.safra
Class Tree<L>
- java.lang.Object
-
- owl.translations.safra.Tree<L>
-
@Immutable public abstract class Tree<L> extends Object
-
-
Constructor Summary
Constructors Constructor Description Tree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forEach(BiConsumer<L,List<L>> action)
void
forEach(Consumer<L> action)
Tree<L>
map(BiFunction<L,List<Tree<L>>,Tree<L>> function)
Tree<L>
map(Function<L,L> function)
String
toString()
Tree<L>
with(L label)
-
-
-
Method Detail
-
forEach
public void forEach(BiConsumer<L,List<L>> action)
-
-