- java.lang.Object
-
- com.samskivert.mustache.Template.Key
-
- Enclosing class:
- Template
protected static class Template.Key extends java.lang.Object
Used 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 boolean
equals(java.lang.Object other)
int
hashCode()
java.lang.String
toString()
-