com.google.gwt.maps.jsio.client
Interface JSList<T>

Type Parameters:
T - the element type
All Superinterfaces:
java.util.Collection<T>, java.lang.Iterable<T>, java.util.List<T>
All Known Implementing Classes:
JSListWrapper, JSStringListWrapper

public interface JSList<T>
extends java.util.List<T>

This is a tag interface for use with JSWrapper when the underlying data type is a JavaScript array-like object.


Method Summary
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray