All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.gwt.core.client.JsArrayBase Maven / Gradle / Ivy

Go to download

A mocked implementation for GWT-2.5.1 that can run in the JVM to allow integration testing

The newest version!
package com.google.gwt.core.client;

import java.util.List;

import com.google.common.collect.Lists;

public class JsArrayBase extends JavaScriptObject {
	
	protected List list = Lists.newArrayList();

	public List getList() {
		return list;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy