Package xyz.cofe.cbuffer.page
Interface IntArrayMutable
-
- All Superinterfaces:
IntArrayReadOnly
public interface IntArrayMutable extends IntArrayReadOnly
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IntArrayMutableof(int[] arr)Обвертка над массивомvoidset(int index, int value)-
Methods inherited from interface xyz.cofe.cbuffer.page.IntArrayReadOnly
get, length, toArray
-
-
-
-
Method Detail
-
set
void set(int index, int value)
-
of
static IntArrayMutable of(int[] arr)
Description copied from interface:IntArrayReadOnlyОбвертка над массивом- Parameters:
arr- массив- Returns:
- обвертка
-
-