Groovy Documentation

Deprecated API


Methods
DefaultGroovyMethods#collectEntries(java.util.Map self, Closure transform)
      @deprecated Use the Iterable version of collectEntries instead
DefaultGroovyMethods#collectEntries(java.lang.Iterable self, Closure transform)
      @deprecated Use the Iterable version of collectEntries instead
DefaultGroovyMethods#collectEntries(java.lang.Iterable self)
      @deprecated Use the Iterable version of collectEntries instead
DefaultGroovyMethods#collectEntries(java.lang.Iterable self, java.util.Map collector, Closure transform)
      @deprecated Use the Iterable version of collectEntries instead
DefaultGroovyMethods#collectMany(java.util.Collection self, Closure projection)
      @deprecated Use the Iterable version of collectMany instead
DefaultGroovyMethods#collectNested(java.lang.Iterable self, Closure transform)
      Deprecated alias for collectNested
DefaultGroovyMethods#count(java.util.Collection self, java.lang.Object value)
      @deprecated use count(Iterable, Closure)
DefaultGroovyMethods#count(java.lang.Iterable self, java.lang.Object value)
      @deprecated use count(Iterable, Closure)
DefaultGroovyMethods#findAll(java.util.Map self, Closure closure)
      @deprecated Use the Iterable version of groupBy instead
DefaultGroovyMethods#findResult(java.util.Collection self, Closure closure)
      @deprecated Use the Iterable version of findResults instead
DefaultGroovyMethods#groupBy(java.lang.Object self, Closure closure)
      @deprecated Use the Iterable version of groupBy instead
DefaultGroovyMethods#inject(java.lang.Object self, java.lang.Object initialValue, Closure closure)
      @deprecated Use the Iterable version of sum instead
DefaultGroovyMethods#join(java.util.Iterator self, java.lang.String separator)
      @deprecated Use the Iterable version of join instead
DefaultGroovyMethods#max(java.util.Iterator self)
      @deprecated Use the Iterable version of max instead
DefaultGroovyMethods#max(java.lang.Object self, Closure closure)
      @deprecated Use the Iterable version of max instead
DefaultGroovyMethods#min(java.util.Iterator self)
      @deprecated Use the Iterable version of min instead
DefaultGroovyMethods#min(java.util.Iterator self, java.util.Comparator comparator)
      @deprecated Use the Iterable version of min instead
DefaultGroovyMethods#min(java.lang.Object self, Closure closure)
      @deprecated Use the Iterable version of max instead
DefaultGroovyMethods#sort(java.util.Iterator self)
      @deprecated Use the Iterable version of sort instead
DefaultGroovyMethods#sort(java.util.Collection self, java.util.Comparator comparator)
      @deprecated Use the Iterable version of sort instead
DefaultGroovyMethods#sum(java.lang.Object self)
      @deprecated Use the Iterable version of sum instead
DefaultGroovyMethods#withEagerDefault(java.util.List self, Closure init)
      @deprecated Use the Iterable version of sort instead
FileSystemCompiler#createTempDir()
      Creates a temporary directory in the default temporary directory (as specified by the system propery java.io.tmpdir.
GenericsUtils#parameterizeInterfaceGenerics(ClassNode hint, ClassNode target)
      Interface class nodes retrieved from ClassNode.getInterfaces or ClassNode.getAllInterfaces are returned with generic type arguments.
GroovyClassLoader#parseClass(java.io.InputStream in, java.lang.String fileName)
      @deprecated Prefer using methods taking a Reader rather than an InputStream to avoid wrong encoding issues.
GroovyCollections#combinations(java.util.Collection collections)
      @param collections the given collections
GroovyCollections#max(java.util.Collection items)
      @deprecated use max(Iterable)
GroovyCollections#min(java.util.Collection items)
      @deprecated use min(Iterable)
GroovyCollections#sum(java.util.Collection items)
      @deprecated use sum(Iterable)
ReturnAdder#addReturnIfNeeded(MethodNode node)
      Adds return statements in method code whenever an implicit return is detected.
StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, java.lang.String name)
      @deprecated Use findDGMMethodsForClassNode(ClassLoader,ClassNode,String) instead
StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, java.lang.String name, java.util.TreeSet accumulator)
      @deprecated Use findDGMMethodsForClassNode(ClassLoader, ClassNode, String, TreeSet) instead
StaticTypeCheckingSupport#getMaximumInterfaceDistance(ClassNode c, ClassNode interfaceClass)
      @deprecated Use findDGMMethodsByNameAndArguments(ClassLoader, org.codehaus.groovy.ast.ClassNode, String, org.codehaus.groovy.ast.ClassNode[], java.util.List) instead


Groovy Documentation