Package freemarker.template.utility
Class Collections12
- java.lang.Object
-
- freemarker.template.utility.Collections12
-
@Deprecated public class Collections12 extends java.lang.Object
Deprecated.Not needed anymore, as FreeMarker now requires higher than Java 1.3Implementation of missing JDK 1.3 collection features for JDK 1.2
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Map
EMPTY_MAP
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.util.List
singletonList(java.lang.Object o)
Deprecated.static java.util.Map
singletonMap(java.lang.Object key, java.lang.Object value)
Deprecated.
-