T
- the generic type of object@PublicApi public interface NodeAdapter<T>
Modifier and Type | Method and Description |
---|---|
Map<String,List<T>> |
getNamedChildren(T node) |
T |
removeChild(T node,
NodeLocation location) |
T |
withNewChildren(T node,
Map<String,List<T>> newChildren) |
Copyright © 2019. All rights reserved.