@Authors(value="Nikolche Mihajlovski") @Since(value="2.0.0") public class Arr extends RapidoidThing
Constructor and Description |
---|
Arr() |
Modifier and Type | Method and Description |
---|---|
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)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.