org.encog.util.arrayutil
Class Array
- java.lang.Object
-
- org.encog.util.arrayutil.Array
-
public class Array extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description Array()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidswap(byte[] a, int i, int j)static voidswap(double[] a, int i, int j)static voidswap(float[] a, int i, int j)static voidswap(int[] a, int i, int j)static <T> voidswap(T[] a, int i, int j)
-
-
-
Method Detail
-
swap
public static final <T> void swap(T[] a, int i, int j)
-
swap
public static final void swap(int[] a, int i, int j)
-
swap
public static final void swap(byte[] a, int i, int j)
-
swap
public static final void swap(float[] a, int i, int j)
-
swap
public static final void swap(double[] a, int i, int j)
-
-
DMelt 3.0 © DataMelt by jWork.ORG