| Constructor and Description |
|---|
Arr() |
| Modifier and Type | Method and Description |
|---|---|
static boolean[] |
concat(boolean[] left,
boolean... right) |
static byte[] |
concat(byte[] left,
byte... right) |
static char[] |
concat(char[] left,
char... right) |
static double[] |
concat(double[] left,
double... right) |
static float[] |
concat(float[] left,
float... right) |
static int[] |
concat(int[] left,
int... right) |
static long[] |
concat(long[] left,
long... right) |
static <T> T[] |
concat(T[] left,
T... right) |
static boolean |
contains(boolean[] arr,
boolean value) |
static boolean |
contains(byte[] arr,
byte value) |
static boolean |
contains(char[] arr,
char value) |
static boolean |
contains(double[] arr,
double value) |
static boolean |
contains(float[] arr,
float value) |
static boolean |
contains(int[] arr,
int value) |
static boolean |
contains(long[] arr,
long value) |
static <T> boolean |
contains(T[] arr,
T value) |
static int |
indexOf(boolean[] arr,
boolean value) |
static int |
indexOf(byte[] arr,
byte value) |
static int |
indexOf(char[] arr,
char value) |
static int |
indexOf(double[] arr,
double value) |
static int |
indexOf(float[] arr,
float value) |
static int |
indexOf(int[] arr,
int value) |
static int |
indexOf(long[] arr,
long value) |
static int |
indexOf(Object[] arr,
Object value) |
static boolean[] |
sub(boolean[] arr,
int from,
int to) |
static byte[] |
sub(byte[] arr,
int from,
int to) |
static char[] |
sub(char[] arr,
int from,
int to) |
static double[] |
sub(double[] arr,
int from,
int to) |
static float[] |
sub(float[] arr,
int from,
int to) |
static int[] |
sub(int[] arr,
int from,
int to) |
static long[] |
sub(long[] arr,
int from,
int to) |
static <T> T[] |
sub(T[] arr,
int from,
int to) |
public static int indexOf(boolean[] arr,
boolean value)
public static int indexOf(byte[] arr,
byte value)
public static int indexOf(char[] arr,
char value)
public static int indexOf(int[] arr,
int value)
public static int indexOf(long[] arr,
long value)
public static int indexOf(float[] arr,
float value)
public static int indexOf(double[] arr,
double value)
public static <T> boolean contains(T[] arr,
T value)
public static boolean contains(boolean[] arr,
boolean value)
public static boolean contains(byte[] arr,
byte value)
public static boolean contains(char[] arr,
char value)
public static boolean contains(int[] arr,
int value)
public static boolean contains(long[] arr,
long value)
public static boolean contains(float[] arr,
float value)
public static boolean contains(double[] arr,
double value)
public static <T> T[] sub(T[] arr,
int from,
int to)
public static boolean[] sub(boolean[] arr,
int from,
int to)
public static byte[] sub(byte[] arr,
int from,
int to)
public static char[] sub(char[] arr,
int from,
int to)
public static int[] sub(int[] arr,
int from,
int to)
public static long[] sub(long[] arr,
int from,
int to)
public static float[] sub(float[] arr,
int from,
int to)
public static double[] sub(double[] arr,
int from,
int to)
public static <T> T[] concat(T[] left,
T... right)
public static boolean[] concat(boolean[] left,
boolean... right)
public static byte[] concat(byte[] left,
byte... right)
public static char[] concat(char[] left,
char... right)
public static int[] concat(int[] left,
int... right)
public static long[] concat(long[] left,
long... right)
public static float[] concat(float[] left,
float... right)
public static double[] concat(double[] left,
double... right)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.