Home » freemarker-2.3.13 » freemarker.ext » util »

freemarker.ext.util

Interfaces:

ModelFactory   Internal interface used to create various wrapper models in the ModelCache code | html
WrapperTemplateModel   A generic interface for template models that wrap some underlying object, and wish to provide access to the wrapped object.  code | html

Abstract Classes:

ModelCache   Internally used by various wrapper implementations to implement model caching.  code | html

Classes:

IdentityHashMap   A variant of java.util.HashMap that uses System#identityHashCode(Object) for hashing, and reference comparison instead of Object#equals(Object) code | html
IdentityHashMap.EmptyHashIterator     code | html
IdentityHashMap.Entry   IdentityHashMap collision list entry.  code | html
IdentityHashMap.HashIterator     code | html
ModelCache.ModelReference   A special soft reference that is registered in the modelCache.  code | html