@Deprecated public class NodePathValueHolder<T> extends 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 |
---|---|
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(Class<T> type)
Deprecated.
|
NodePathValueHolder<T> |
put(NodePath nodePath,
T value)
Deprecated.
|
String |
toString()
Deprecated.
|
T |
valueForNodePath(NodePath nodePath)
Deprecated.
|
public static <T> NodePathValueHolder<T> of(Class<T> type)
public NodePathValueHolder<T> put(NodePath nodePath, T value)
public List<T> accumulatedValuesForNodePath(NodePath nodePath)
public boolean containsValue(T value)
public void collect(NodePathValueHolder.Collector<T> collector)
Copyright © 2014. All rights reserved.