Softhema Java Toolkit Collection 1.1

softhema.system.toolkits
Class ToolkitArray

java.lang.Object
  |
  +--softhema.system.toolkits.ToolkitArray

public class ToolkitArray
extends java.lang.Object


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

ToolkitArray

public ToolkitArray()
Method Detail

getLicenseInfo

public static java.lang.String getLicenseInfo()
The method returns copyright information of the Java class.

elementsMix

public static void elementsMix(java.lang.Object[] array)
This method randomly mixes the elements in the array. After calling this method the elements in the parameter array are shuffled again.

development stage of the method: release


elementsMix

public static void elementsMix(byte[] array)
This method randomly mixes the elements in the array. After calling this method the elements in the parameter array are shuffled again.

development stage of the method: release


elementsMix

public static void elementsMix(short[] array)
This method randomly mixes the elements in the array. After calling this method the elements in the parameter array are shuffled again.

development stage of the method: release


elementsMix

public static void elementsMix(int[] array)
This method randomly mixes the elements in the array. After calling this method the elements in the parameter array are shuffled again.

development stage of the method: release


elementsMix

public static void elementsMix(long[] array)
This method randomly mixes the elements in the array. After calling this method the elements in the parameter array are shuffled again.

development stage of the method: release


elementsMix

public static void elementsMix(float[] array)
This method randomly mixes the elements in the array. After calling this method the elements in the parameter array are shuffled again.

development stage of the method: release


elementsMix

public static void elementsMix(double[] array)
This method randomly mixes the elements in the array. After calling this method the elements in the parameter array are shuffled again.

development stage of the method: release


elementsMix

public static void elementsMix(char[] array)
This method randomly mixes the elements in the array. After calling this method the elements in the parameter array are shuffled again.

development stage of the method: release


elementsReverseOrder

public static void elementsReverseOrder(java.lang.Object[] array)
Reverses the order of the elements in the array.

development stage of the method: release


elementsReverseOrder

public static void elementsReverseOrder(byte[] array)
Reverses the order of the elements in the array.

development stage of the method: release


elementsReverseOrder

public static void elementsReverseOrder(short[] array)
Reverses the order of the elements in the array.

development stage of the method: release


elementsReverseOrder

public static void elementsReverseOrder(int[] array)
Reverses the order of the elements in the array.

development stage of the method: release


elementsReverseOrder

public static void elementsReverseOrder(long[] array)
Reverses the order of the elements in the array.

development stage of the method: release


elementsReverseOrder

public static void elementsReverseOrder(float[] array)
Reverses the order of the elements in the array.

development stage of the method: release


elementsReverseOrder

public static void elementsReverseOrder(double[] array)
Reverses the order of the elements in the array.

development stage of the method: release


elementsReverseOrder

public static void elementsReverseOrder(char[] array)
Reverses the order of the elements in the array.

development stage of the method: release


Softhema Java Toolkit Collection 1.1

Introduction
Installation
Samples
License (read carefully)

Copyright 2001 by Softhema (www.softhema.de). Softhema and JTC are trademarks or registered trademarks. All rights reserved. This software comes with absolutely no warranty and no support. Read the license carefully.