Package de.danielbechler.diff.path
Class NodePathValueHolder<T>
java.lang.Object
de.danielbechler.diff.path.NodePathValueHolder<T>
Deprecated.
The ConfigNode provides a much more powerful way to store values for NodePaths.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccumulatedValuesForNodePath(NodePath nodePath) Deprecated.voidcollect(NodePathValueHolder.Collector<T> collector) Deprecated.booleancontainsValue(T value) Deprecated.voidhasChildMatchingValue(NodePath nodePath, T inclusion) Deprecated.static <T> NodePathValueHolder<T>Deprecated.Deprecated.toString()Deprecated.valueForNodePath(NodePath nodePath) Deprecated.
-
Constructor Details
-
NodePathValueHolder
public NodePathValueHolder()Deprecated.
-
-
Method Details