|
Softhema Java Toolkit Collection 1.1 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--softhema.system.toolkits.ToolkitArray
| Constructor Summary | |
ToolkitArray()
|
|
| Method Summary | |
static void |
elementsMix(byte[] array)
This method randomly mixes the elements in the array. |
static void |
elementsMix(char[] array)
This method randomly mixes the elements in the array. |
static void |
elementsMix(double[] array)
This method randomly mixes the elements in the array. |
static void |
elementsMix(float[] array)
This method randomly mixes the elements in the array. |
static void |
elementsMix(int[] array)
This method randomly mixes the elements in the array. |
static void |
elementsMix(long[] array)
This method randomly mixes the elements in the array. |
static void |
elementsMix(java.lang.Object[] array)
This method randomly mixes the elements in the array. |
static void |
elementsMix(short[] array)
This method randomly mixes the elements in the array. |
static void |
elementsReverseOrder(byte[] array)
Reverses the order of the elements in the array. |
static void |
elementsReverseOrder(char[] array)
Reverses the order of the elements in the array. |
static void |
elementsReverseOrder(double[] array)
Reverses the order of the elements in the array. |
static void |
elementsReverseOrder(float[] array)
Reverses the order of the elements in the array. |
static void |
elementsReverseOrder(int[] array)
Reverses the order of the elements in the array. |
static void |
elementsReverseOrder(long[] array)
Reverses the order of the elements in the array. |
static void |
elementsReverseOrder(java.lang.Object[] array)
Reverses the order of the elements in the array. |
static void |
elementsReverseOrder(short[] array)
Reverses the order of the elements in the array. |
static java.lang.String |
getLicenseInfo()
The method returns copyright information of the Java class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ToolkitArray()
| Method Detail |
public static java.lang.String getLicenseInfo()
public static void elementsMix(java.lang.Object[] array)
development stage of the method: release
public static void elementsMix(byte[] array)
development stage of the method: release
public static void elementsMix(short[] array)
development stage of the method: release
public static void elementsMix(int[] array)
development stage of the method: release
public static void elementsMix(long[] array)
development stage of the method: release
public static void elementsMix(float[] array)
development stage of the method: release
public static void elementsMix(double[] array)
development stage of the method: release
public static void elementsMix(char[] array)
development stage of the method: release
public static void elementsReverseOrder(java.lang.Object[] array)
development stage of the method: release
public static void elementsReverseOrder(byte[] array)
development stage of the method: release
public static void elementsReverseOrder(short[] array)
development stage of the method: release
public static void elementsReverseOrder(int[] array)
development stage of the method: release
public static void elementsReverseOrder(long[] array)
development stage of the method: release
public static void elementsReverseOrder(float[] array)
development stage of the method: release
public static void elementsReverseOrder(double[] array)
development stage of the method: release
public static void elementsReverseOrder(char[] array)
development stage of the method: release
|
Softhema Java Toolkit Collection 1.1 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
| Introduction |
| Installation |
| Samples |
| License (read carefully) |