Class NodePathValueHolder<T>

java.lang.Object
de.danielbechler.diff.path.NodePathValueHolder<T>

@Deprecated public class NodePathValueHolder<T> extends Object
Deprecated.
The ConfigNode provides a much more powerful way to store values for NodePaths.
See Also:
  • Constructor Details

    • NodePathValueHolder

      public NodePathValueHolder()
      Deprecated.
  • Method Details

    • of

      public static <T> NodePathValueHolder<T> of(Class<T> type)
      Deprecated.
    • put

      public NodePathValueHolder<T> put(NodePath nodePath, T value)
      Deprecated.
    • valueForNodePath

      public T valueForNodePath(NodePath nodePath)
      Deprecated.
    • accumulatedValuesForNodePath

      public List<T> accumulatedValuesForNodePath(NodePath nodePath)
      Deprecated.
    • containsValue

      public boolean containsValue(T value)
      Deprecated.
    • collect

      public void collect(NodePathValueHolder.Collector<T> collector)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • hasChildMatchingValue

      public void hasChildMatchingValue(NodePath nodePath, T inclusion)
      Deprecated.