|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wegra.util.collection.array.Index
Constructor Summary | |
Index()
|
Method Summary | |
static int |
getFirst(byte target,
byte[] list)
Returns index of specified target in given list. |
static int |
getFirst(char target,
char[] list)
Returns index of specified target in given list. |
static int |
getFirst(double target,
double[] list)
Returns index of specified target in given list. |
static int |
getFirst(float target,
float[] list)
Returns index of specified target in given list. |
static int |
getFirst(int target,
int[] list)
Returns index of specified target in given list. |
static int |
getFirst(long target,
long[] list)
Returns index of specified target in given list. |
static int |
getFirst(java.lang.Object target,
java.lang.Object[] list,
java.util.Comparator comp)
Returns index of specified target in given list. |
static int |
getFirst(short target,
short[] list)
Returns index of specified target in given list. |
static int |
getLast(byte target,
byte[] list)
Returns index of specified target in given list. |
static int |
getLast(char target,
char[] list)
Returns index of specified target in given list. |
static int |
getLast(double target,
double[] list)
Returns index of specified target in given list. |
static int |
getLast(float target,
float[] list)
Returns index of specified target in given list. |
static int |
getLast(int target,
int[] list)
Returns index of specified target in given list. |
static int |
getLast(long target,
long[] list)
Returns index of specified target in given list. |
static int |
getLast(java.lang.Object target,
java.lang.Object[] list,
java.util.Comparator comp)
Returns index of specified target in given list. |
static int |
getLast(short target,
short[] list)
Returns index of specified target in given list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Index()
Method Detail |
public static int getFirst(java.lang.Object target, java.lang.Object[] list, java.util.Comparator comp)
public static int getFirst(long target, long[] list)
public static int getFirst(int target, int[] list)
public static int getFirst(short target, short[] list)
public static int getFirst(char target, char[] list)
public static int getFirst(byte target, byte[] list)
public static int getFirst(double target, double[] list)
public static int getFirst(float target, float[] list)
public static int getLast(java.lang.Object target, java.lang.Object[] list, java.util.Comparator comp)
public static int getLast(long target, long[] list)
public static int getLast(int target, int[] list)
public static int getLast(short target, short[] list)
public static int getLast(char target, char[] list)
public static int getLast(byte target, byte[] list)
public static int getLast(double target, double[] list)
public static int getLast(float target, float[] list)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |