
com.sampullara.mustache.Scope Maven / Gradle / Ivy
The newest version!
package com.sampullara.mustache;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.atomic.AtomicLong;
import java.util.logging.Logger;
/**
* The scope of the executing Mustache can include an object and a map of strings. Each scope can also have a
* parent scope that is checked after nothing is found in the current scope.
*
* User: sam
* Date: May 3, 2010
* Time: 4:14:26 PM
*/
public class Scope extends HashMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy