public class ByteArrayExtensions extends Object
| Constructor and Description |
|---|
ByteArrayExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getAt(byte[] array,
IntRange range) |
static byte[] |
newPrimitiveByteArray(int size,
byte defaultValue) |
static byte[] |
newPrimitiveByteArray(int size,
IntToIntFunction filler) |
static byte[][] |
newPrimitiveByteArray2(int size1,
byte[] defaultValue) |
static byte[][] |
newPrimitiveByteArray2(int size1,
int size2,
byte defaultValue) |
static byte[][] |
newPrimitiveByteArray2(int size1,
int size2,
Int2ToIntFunction filler) |
static byte[][][] |
newPrimitiveByteArray3(int size1,
byte[][] defaultValue) |
static byte[][][] |
newPrimitiveByteArray3(int size1,
int size2,
byte[] defaultValue) |
static byte[][][] |
newPrimitiveByteArray3(int size1,
int size2,
int size3,
byte defaultValue) |
static byte[][][] |
newPrimitiveByteArray3(int size1,
int size2,
int size3,
Int3ToIntFunction filler) |
static byte[][][][] |
newPrimitiveByteArray4(int size1,
byte[][][] defaultValue) |
static byte[][][][] |
newPrimitiveByteArray4(int size1,
int size2,
byte[][] defaultValue) |
static byte[][][][] |
newPrimitiveByteArray4(int size1,
int size2,
int size3,
byte[] defaultValue) |
static byte[][][][] |
newPrimitiveByteArray4(int size1,
int size2,
int size3,
int size4,
byte defaultValue) |
static byte[][][][] |
newPrimitiveByteArray4(int size1,
int size2,
int size3,
int size4,
Int4ToIntFunction filler) |
static byte[] |
setAt(byte[] array,
int[] indices,
byte[] other) |
static byte[] |
setAt(byte[] array,
IntPredicate predicate,
byte[] other) |
static byte[] |
setAt(byte[] array,
IntRange range,
byte[] other) |
static int |
upperBound(byte[] s) |
public static int upperBound(byte[] s)
public static byte[] getAt(byte[] array,
IntRange range)
public static byte[] setAt(byte[] array,
IntRange range,
byte[] other)
public static byte[] setAt(byte[] array,
IntPredicate predicate,
byte[] other)
public static byte[] setAt(byte[] array,
int[] indices,
byte[] other)
public static byte[] newPrimitiveByteArray(int size,
IntToIntFunction filler)
public static byte[][] newPrimitiveByteArray2(int size1,
int size2,
Int2ToIntFunction filler)
public static byte[][][] newPrimitiveByteArray3(int size1,
int size2,
int size3,
Int3ToIntFunction filler)
public static byte[][][][] newPrimitiveByteArray4(int size1,
int size2,
int size3,
int size4,
Int4ToIntFunction filler)
public static byte[] newPrimitiveByteArray(int size,
byte defaultValue)
public static byte[][] newPrimitiveByteArray2(int size1,
int size2,
byte defaultValue)
public static byte[][] newPrimitiveByteArray2(int size1,
byte[] defaultValue)
public static byte[][][] newPrimitiveByteArray3(int size1,
int size2,
int size3,
byte defaultValue)
public static byte[][][] newPrimitiveByteArray3(int size1,
int size2,
byte[] defaultValue)
public static byte[][][] newPrimitiveByteArray3(int size1,
byte[][] defaultValue)
public static byte[][][][] newPrimitiveByteArray4(int size1,
int size2,
int size3,
int size4,
byte defaultValue)
public static byte[][][][] newPrimitiveByteArray4(int size1,
int size2,
int size3,
byte[] defaultValue)
public static byte[][][][] newPrimitiveByteArray4(int size1,
int size2,
byte[][] defaultValue)
public static byte[][][][] newPrimitiveByteArray4(int size1,
byte[][][] defaultValue)
Copyright © 2021 vpc open source initiative. All rights reserved.