Class Collections12


  • 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 Detail

      • EMPTY_MAP

        public static final Map EMPTY_MAP
        Deprecated.
    • Method Detail

      • singletonMap

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

        public static List singletonList​(Object o)
        Deprecated.