qx.lang
Class Array

java.lang.Object
  extended by qx.lang.Array

public class Array
extends java.lang.Object

Helper functions for arrays.

The native JavaScript Array is not modified by this class. However, there are modifications to the native Array in Core for browsers that do not support certain JavaScript 1.6 features natively .

The string/array generics introduced in JavaScript 1.6 are supported by Generics.


Constructor Summary
Array()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Array

public Array()


Copyright © 2008 1&1. All Rights Reserved.