Package net.jcores.jre.interfaces.functions

Examples of net.jcores.jre.interfaces.functions.F1


                $(o1).each(F0.class).f();
            }
        }, 10) + "µs");
        System.out.println(benchmark(new F0() {
            public void f() { // 26346
                $(o1).map(new F1() {
                    public Object f(Object x) {
                        ((F0) x).f();
                        return null;
                    }
                });
View Full Code Here

TOP

Related Classes of net.jcores.jre.interfaces.functions.F1

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.