Class Collections12

java.lang.Object
freemarker.template.utility.Collections12

@Deprecated public class Collections12 extends Object
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 Details

    • EMPTY_MAP

      public static final Map EMPTY_MAP
      Deprecated.
  • Method Details

    • singletonMap

      public static Map singletonMap(Object key, Object value)
      Deprecated.
    • singletonList

      public static List singletonList(Object o)
      Deprecated.