Documentation of 'org.encog.util.arrayutil.Array' Java class
Array
org.encog.util.arrayutil

Class 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 void swap(byte[] a, int i, int j) 
      static void swap(double[] a, int i, int j) 
      static void swap(float[] a, int i, int j) 
      static void swap(int[] a, int i, int j) 
      static <T> void swap(T[] a, int i, int j) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Array

        public Array()
    • 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

You see the box below because you did not login.