Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.client.api.json.impl.gwt
Class GWTJSONArray

java.lang.Object
  extended by org.jboss.errai.marshalling.client.api.json.impl.gwt.GWTJSONArray
All Implemented Interfaces:
EJArray

public class GWTJSONArray
extends Object
implements EJArray

Author:
Mike Brock

Constructor Summary
GWTJSONArray(com.google.gwt.json.client.JSONArray array)
           
 
Method Summary
 EJValue get(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTJSONArray

public GWTJSONArray(com.google.gwt.json.client.JSONArray array)
Method Detail

size

public int size()
Specified by:
size in interface EJArray

get

public EJValue get(int index)
Specified by:
get in interface EJArray

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.