T
- the generic type of object@PublicApi public interface NodeAdapter<T>
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<T>> |
getNamedChildren(T node) |
T |
removeChild(T node,
NodeLocation location) |
T |
withNewChildren(T node,
java.util.Map<java.lang.String,java.util.List<T>> newChildren) |