List of usage examples for java.util List interface-usage
From source file net.sf.json.JSONArray.java
/**
* A JSONArray is an ordered sequence of values. Its external text form is a
* string wrapped in square brackets with commas separating the values. The
* internal form is an object having <code>get</code> and <code>opt</code>
* methods for accessing the values by index, and <code>element</code> methods
* for adding or replacing values. The values can be any of these types:
From source file com.xwtec.xwserver.util.json.JSONArray.java
/**
* A JSONArray is an ordered sequence of values. Its external text form is a
* string wrapped in square brackets with commas separating the values. The
* internal form is an object having <code>get</code> and <code>opt</code>
* methods for accessing the values by index, and <code>element</code> methods
* for adding or replacing values. The values can be any of these types:
From source file org.openTwoFactor.clientExt.net.sf.json.JSONArray.java
/**
* A JSONArray is an ordered sequence of values. Its external text form is a
* string wrapped in square brackets with commas separating the values. The
* internal form is an object having <code>get</code> and <code>opt</code>
* methods for accessing the values by index, and <code>element</code> methods
* for adding or replacing values. The values can be any of these types:
From source file PaginatedArrayList.java
/** * Interface for lists that support paging * */ interface PaginatedList extends List {