All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.larssh.json.dom.children.JsonDomChildren Maven / Gradle / Ivy

package de.larssh.json.dom.children;

import java.util.Map.Entry;
import java.util.Set;

import de.larssh.json.dom.values.JsonDomValue;

/**
 * JSON DOM children consisting of a key, which they are accessible through and
 * a {@link JsonDomValue} object containing the value.
 *
 * @param  {@link JsonDomValue} type
 */
public interface JsonDomChildren> {
	/**
	 * Returns a {@link Set} view of the children.
	 *
	 * @return a set view of the children
	 */
	Set> entrySet();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy