Package freemarker.template.utility
Class Collections12
java.lang.Object
freemarker.template.utility.Collections12
Deprecated.
Not needed anymore, as FreeMarker now requires higher than Java 1.3
Implementation of missing JDK 1.3 collection features for JDK 1.2
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
singletonList(Object o)
Deprecated.static Map
singletonMap(Object key, Object value)
Deprecated.
-
Field Details
-
EMPTY_MAP
Deprecated.
-
-
Method Details
-
singletonMap
Deprecated. -
singletonList
Deprecated.
-