//
// This file was generated by //third_party/jni_zero/jni_zero.py
//

package J;

import javax.annotation.processing.Generated;

@Generated("JNI Zero")
public class N {
  public static final long WHOLE_HASH = 2249885413155022725L;
  public static final long PRIORITY_HASH = 0L;

  public static native void V();
  public static native int II(int p0);
  public static native Object OO(Object p0);
  public static native boolean ZO(Object p0);
  public static native void VOO(Object p0, Object p1);
  public static native int IOO(Object p0, Object p1);
  public static native Object OOO(int _switchNum, Object p0, Object p1);
  public static void org_jni_1zero_SampleProxyEdgeCases_fooForTest() {
    throw new RuntimeException("Native method not present");
  }
  public static void org_jni_1zero_SampleProxyEdgeCases_fooForTesting() {
    throw new RuntimeException("Native method not present");
  }
  public static void org_jni_1zero_SampleProxyEdgeCases_fooForTests() {
    throw new RuntimeException("Native method not present");
  }
}
