@Deprecated
public class NodePathValueHolder<T>
extends java.lang.Object
ValueNode
Modifier and Type | Class and Description |
---|---|
static interface |
NodePathValueHolder.Collector<T>
Deprecated.
|
Constructor and Description |
---|
NodePathValueHolder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
accumulatedValuesForNodePath(NodePath nodePath)
Deprecated.
|
void |
collect(NodePathValueHolder.Collector<T> collector)
Deprecated.
|
boolean |
containsValue(T value)
Deprecated.
|
void |
hasChildMatchingValue(NodePath nodePath,
T inclusion)
Deprecated.
|
static <T> NodePathValueHolder<T> |
of(java.lang.Class<T> type)
Deprecated.
|
NodePathValueHolder<T> |
put(NodePath nodePath,
T value)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
T |
valueForNodePath(NodePath nodePath)
Deprecated.
|
public static <T> NodePathValueHolder<T> of(java.lang.Class<T> type)
public NodePathValueHolder<T> put(NodePath nodePath, T value)
public java.util.List<T> accumulatedValuesForNodePath(NodePath nodePath)
public boolean containsValue(T value)
public void collect(NodePathValueHolder.Collector<T> collector)
public java.lang.String toString()
toString
in class java.lang.Object