Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.server.json.impl
Class ErraiJSONArray

java.lang.Object
  extended by org.jboss.errai.marshalling.server.json.impl.ErraiJSONArray
All Implemented Interfaces:
EJArray

public class ErraiJSONArray
extends Object
implements EJArray

Author:
Mike Brock

Constructor Summary
ErraiJSONArray(List list)
           
 
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

ErraiJSONArray

public ErraiJSONArray(List list)
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.