Package freemarker.template.utility
Class Collections12
- java.lang.Object
-
- freemarker.template.utility.Collections12
-
public class Collections12 extends 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
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List
singletonList(Object o)
Deprecated.static Map
singletonMap(Object key, Object value)
Deprecated.
-