lookup
Search target FieldDefinitionList for a FieldDefinition item with the requested fieldId.
Receiver
FieldDefinitionList to search.
Return
FieldDefinition matching fieldId or null if none is found.
Parameters
Field ID to seek.
Search the hierarchy for the node with the given nodeId.
Receiver
HierarchyNode to search.
Return
Matching HierarchyNode or null if the node is not found.
Parameters
type of payload contained in HierarchyNode
HierarchyNode to seek and return.
Recursively search a list of hierarchy nodes for the node with the given nodeId.
Receiver
Iterable of HierarchyNode to search.
Return
Matching HierarchyNode or null if the node is not found.
Parameters
type of payload contained in HierarchyNode
HierarchyNode to seek and return.
Search a sequence of nodes for a matching node id.
Receiver
Sequence to search.
Return
First matching node or null if no match is found.
Parameters
Node id to locate.