Interface NodeTree.Factory
-
- Enclosing interface:
- NodeTree
public static interface NodeTree.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeTreeofBooleans(java.util.Map<java.lang.String,java.lang.Boolean> values, Tristate defaultValue)NodeTreeofTristates(java.util.Map<java.lang.String,Tristate> values, Tristate defaultValue)
-