Class TreeToStringConverter<K,V>
- java.lang.Object
-
- net.anwiba.commons.lang.tree.converter.TreeToStringConverter<K,V>
-
- All Implemented Interfaces:
IObjectToStringConverter<Tree<K,V>>
public class TreeToStringConverter<K,V> extends java.lang.Object implements IObjectToStringConverter<Tree<K,V>>
-
-
Constructor Summary
Constructors Constructor Description TreeToStringConverter()TreeToStringConverter(int format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString(Tree<K,V> tree)
-