Uses of Interface
org.jboss.hal.ballroom.tree.DataFunction
-
Packages that use DataFunction Package Description org.jboss.hal.ballroom.tree -
-
Uses of DataFunction in org.jboss.hal.ballroom.tree
Constructors in org.jboss.hal.ballroom.tree with parameters of type DataFunction Constructor Description Tree(String id, Node<T> root, DataFunction<T> data)Creates a tree with the specified root node.
-