Uses of Interface
xyz.cofe.cbuffer.page.IntArrayReadOnly
-
Packages that use IntArrayReadOnly Package Description xyz.cofe.cbuffer.page -
-
Uses of IntArrayReadOnly in xyz.cofe.cbuffer.page
Subinterfaces of IntArrayReadOnly in xyz.cofe.cbuffer.page Modifier and Type Interface Description interfaceIntArrayMutableMethods in xyz.cofe.cbuffer.page that return IntArrayReadOnly Modifier and Type Method Description static IntArrayReadOnlyIntArrayReadOnly. of(int[] arr)Обвертка над массивомMethod parameters in xyz.cofe.cbuffer.page with type arguments of type IntArrayReadOnly Modifier and Type Method Description <R> RCachePagedState. cache2prst_read(Function<IntArrayReadOnly,R> code)Отображение кеша страниц на основную память.<R> RCachePagedState.NonThreadSafe. cache2prst_read(Function<IntArrayReadOnly,R> code)<R> RCCachePagedData.State. cache2prst_read(Function<IntArrayReadOnly,R> code)voidCachePagedState. cache2prst_replace(Function<IntArrayReadOnly,int[]> code)voidCachePagedState.NonThreadSafe. cache2prst_replace(Function<IntArrayReadOnly,int[]> code)voidCCachePagedData.State. cache2prst_replace(Function<IntArrayReadOnly,int[]> code)
-