public final class Operations extends Object
Constructor and Description |
---|
Operations() |
Modifier and Type | Method and Description |
---|---|
static void |
checkNotNull(Object... values) |
static byte[] |
expandArray(byte[] array,
int idx,
double factor) |
static byte[] |
truncateArray(byte[] array,
int size) |
static <T> T[] |
union(Class<T[]> tClass,
T[]... values) |
public static <T> T[] union(Class<T[]> tClass, T[]... values)
public static byte[] expandArray(byte[] array, int idx, double factor)
public static byte[] truncateArray(byte[] array, int size)
public static void checkNotNull(Object... values)
Copyright © 2019. All rights reserved.