NonInf.java package public private protected static volatile transient native abstract strictfp NonInf extends java.lang.Object { public synchronized native interface abstract strictfp int publicField private synchronized native interface abstract strictfp int privateField protected synchronized native interface abstract strictfp int protectedField static synchronized native interface abstract strictfp int staticField synchronized transient native interface abstract strictfp int transientField synchronized volatile native interface abstract strictfp int volatileField final synchronized native interface abstract strictfp int finalField public interface void() public native interface void nativeMethod () private interface int privateMethod () protected interface int protectedMethod () public interface int publicMethod () public interface abstract int abstractMethod () public synchronized interface int synchronizedMethod () public static interface int staticMethod () public interface strictfp double strictfpMethod () public transient interface int varargsMethod (java.lang.Object[]) public final interface int finalMethod () }