- java.lang.Object
-
- com.samskivert.mustache.Template.Key
-
- Enclosing class:
- Template
protected static class Template.Key extends java.lang.ObjectUsed to cache variable fetchers for a given context class, name combination.
-
-
Constructor Summary
Constructors Constructor Description Key(java.lang.Class<?> cclass, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-