Package a.b

Examples of a.b.X


        main(new String[0]);
    }

    public static void main(String[] args) {
        class Bar {}
        X x = new X();
        x.foo(3);
        x.foo(5L);
        x.l.add(x.l);
        System.out.println(new Date().toGMTString());
        System.out.println(x.y);
        L:
        switch(En.ABC) {
View Full Code Here

TOP

Related Classes of a.b.X

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.