Package freemarker.ext.util

Utility classes that are independent of the FM-Classic package.

See:
          Description

Class Summary
IdentityHashMap Modified version of HashMap from JDK 1.3 that uses System#identityHashCode(Object) for hashing, and reference comparison instead of Object#equals(Object).
TemplateBufferedWriter Implements a simple, non-synchronized character buffer as a Writer.
 

Package freemarker.ext.util Description

Utility classes that are independent of the FM-Classic package. These are used by the freemarker.ext.beans package for optimization purposes.