Package a.Named

Examples of a.Named.X


import static a.Named.X;
import static a.Star.*;

public class T6225935 {
    public static void main(String[] args) {
        X o1 = new X();
        Y o2 = new Y();
        x();
        System.err.println(x);
        y();
        System.err.println(y);
View Full Code Here

TOP

Related Classes of a.Named.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.