Package p

Examples of p.C$Nested


import p.C;

class X {
    int m() {
        C c = new C();
        return c.array.length; // array is public, but the type of the array is not
    }
View Full Code Here

TOP

Related Classes of p.C$Nested

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.