Class Collections12


  • @Deprecated
    public class Collections12
    extends java.lang.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 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.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EMPTY_MAP

        public static final java.util.Map EMPTY_MAP
        Deprecated.
    • Method Detail

      • singletonMap

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

        public static java.util.List singletonList​(java.lang.Object o)
        Deprecated.