| Package | Description | 
|---|---|
| com.hazelcast.internal.yaml | Contains classes for loading, parsing YAML documents and building a
 YAML specific DOM of  YamlNodeinstances
 
 The YAML documents are loaded and parsed with the external SnakeYaml
 parser, which supports YAML 1.2 documents, and the JSON schema. | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterable<YamlNameNodePair> | YamlMappingImpl. childrenPairs() | 
| Iterable<YamlNameNodePair> | YamlMapping. childrenPairs()Returns the children as  YamlNameNodePairs
 
 This method may havenullvalues as thechildNodein the returned pairs if the node's values is explicitly defined
 as!!nullin the YAML document. | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.