@Deprecated
public class NodePathValueHolder<T>
extends java.lang.Object
ValueNode
限定符和类型 | 类和说明 |
---|---|
static interface |
NodePathValueHolder.Collector<T>
已过时。
|
构造器和说明 |
---|
NodePathValueHolder()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<T> |
accumulatedValuesForNodePath(NodePath nodePath)
已过时。
|
void |
collect(NodePathValueHolder.Collector<T> collector)
已过时。
|
boolean |
containsValue(T value)
已过时。
|
void |
hasChildMatchingValue(NodePath nodePath,
T inclusion)
已过时。
|
static <T> NodePathValueHolder<T> |
of(java.lang.Class<T> type)
已过时。
|
NodePathValueHolder<T> |
put(NodePath nodePath,
T value)
已过时。
|
java.lang.String |
toString()
已过时。
|
T |
valueForNodePath(NodePath nodePath)
已过时。
|
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
在类中 java.lang.Object