package com.github.mustachejava.util; import java.util.LinkedHashMap; public class Node extends LinkedHashMap<String, NodeValue> { }