|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.myJava.util.IntArrayTool
public abstract class IntArrayTool
Int array utility class
Constructor Summary | |
---|---|
IntArrayTool()
|
Method Summary | |
---|---|
static boolean |
contains(int[] values,
int value)
|
static java.lang.String |
getContentList(int[] values)
Return the int[] content as a list |
static java.lang.String |
getContentList(int[] values,
java.lang.String separator)
Return the int[] content as a list |
static void |
main(java.lang.String[] args)
|
static int |
max(int[] values)
|
static int |
min(int[] values)
|
static java.util.List |
sort(java.util.List data,
int nbDigits)
List contains byte[] |
static int |
sum(int[] values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntArrayTool()
Method Detail |
---|
public static int sum(int[] values)
public static int max(int[] values)
public static int min(int[] values)
public static java.lang.String getContentList(int[] values, java.lang.String separator)
public static java.lang.String getContentList(int[] values)
public static boolean contains(int[] values, int value)
public static java.util.List sort(java.util.List data, int nbDigits)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |