spis.Util.Vect
Class Array

java.lang.Object
  extended byspis.Util.Vect.Array

public class Array
extends java.lang.Object

Class Name : Array
Project ref : SPIS project
File name : Array.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : 8 mars 2004
Modification :

Description : Array functionalities (static)

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel

Constructor Summary
Array()
           
 
Method Summary
static float[] copy(float[] t)
          copies a 1D array
static float[][] copy(float[][] t)
          copies a rectangular array
static int[] copy(int[] t)
          copies a 1D array
static int[][] copy(int[][] t)
          copies a rectangular array
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Array

public Array()
Method Detail

copy

public static float[][] copy(float[][] t)
copies a rectangular array


copy

public static float[] copy(float[] t)
copies a 1D array


copy

public static int[][] copy(int[][] t)
copies a rectangular array


copy

public static int[] copy(int[] t)
copies a 1D array