static void n_Apply_Landroid_support_v7_widget_RecyclerView_Ljava_lang_Iterable_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     global::Com.Mikepenz.Fastadapter.Utils.RecyclerViewCacheUtil __this = global::Java.Lang.Object.GetObject <global::Com.Mikepenz.Fastadapter.Utils.RecyclerViewCacheUtil> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Support.V7.Widget.RecyclerView p0 = global::Java.Lang.Object.GetObject <global::Android.Support.V7.Widget.RecyclerView> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.IIterable p1 = (global::Java.Lang.IIterable)global::Java.Lang.Object.GetObject <global::Java.Lang.IIterable> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.Apply(p0, p1);
 }
 static IntPtr n_WithCacheSize_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Mikepenz.Fastadapter.Utils.RecyclerViewCacheUtil __this = global::Java.Lang.Object.GetObject <global::Com.Mikepenz.Fastadapter.Utils.RecyclerViewCacheUtil> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.WithCacheSize(p0)));
 }