| Package | Description |
|---|---|
| org.kuali.common.util.tree |
| Modifier and Type | Method and Description |
|---|---|
static <T> NodeStringFunction<T> |
NodeStringFunction.create()
Convert the element contained in each node to a string by calling it's toString() method
|
static <T> NodeStringFunction<T> |
NodeStringFunction.create(com.google.common.base.Function<T,String> function)
Convert the element contained in each node to a string by invoking
function on it |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.