|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wegra.util.collection.array.Max
Constructor Summary | |
Max()
|
Method Summary | |
static byte |
get(byte[] array)
Finds and returns maximum value within given byte array. |
static char |
get(char[] array)
Finds and returns maximum value within given byte array. |
static double |
get(double[] array)
Finds and returns maximum value within given double array. |
static float |
get(float[] array)
Finds and returns maximum value within given float array. |
static int |
get(int[] array)
Finds and returns maximum value within given int array. |
static long |
get(long[] array)
Finds and returns maximum value within given long array. |
static java.lang.Object |
get(java.lang.Object[] array,
java.util.Comparator comp)
Finds and returns maximum value within given Object array. |
static short |
get(short[] array)
Finds and returns maximum value within given short array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Max()
Method Detail |
public static java.lang.Object get(java.lang.Object[] array, java.util.Comparator comp)
public static long get(long[] array)
public static int get(int[] array)
public static short get(short[] array)
public static char get(char[] array)
public static byte get(byte[] array)
public static double get(double[] array)
public static float get(float[] array)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |