net.sf.cglib.util

Class ParallelSorter.Generator

Enclosing Class:
ParallelSorter
Implemented Interfaces:
ClassGenerator

public static class ParallelSorter.Generator
extends AbstractClassGenerator

Constructor Summary

Generator()

Method Summary

ParallelSorter
create()
void
generateClass(ClassVisitor v)
void
setArrays(Object[] arrays)

Methods inherited from class net.sf.cglib.core.AbstractClassGenerator

getAttemptLoad, getClassLoader, getCurrent, getNamingPolicy, getStrategy, getUseCache, setAttemptLoad, setClassLoader, setNamingPolicy, setStrategy, setUseCache

Constructor Details

Generator

public Generator()

Method Details

create

public ParallelSorter create()

generateClass

public void generateClass(ClassVisitor v)
            throws Exception
Specified by:
generateClass in interface ClassGenerator

setArrays

public void setArrays(Object[] arrays)

Copyright (c) 2001 - Apache Software Foundation