Package com.thoughtworks.xstream.tools.benchmark.model

Examples of com.thoughtworks.xstream.tools.benchmark.model.Five


    public ReflectionTarget() {
        list = new ArrayList();
        for (int i = 0; i < 5; ++i) {
            list.add(new One(Integer.toString(i)));
        }
        list.add(new Five("1", 2, true, '4', new StringBuffer("5")));
    }
View Full Code Here

TOP

Related Classes of com.thoughtworks.xstream.tools.benchmark.model.Five

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.