http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/ObjectList.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/ObjectList.html
b/content/site/apidocs/org/apache/juneau/ObjectList.html
index 4c59984..a9feca5 100644
--- a/content/site/apidocs/org/apache/juneau/ObjectList.html
+++ b/content/site/apidocs/org/apache/juneau/ObjectList.html
@@ -562,7 +562,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.156">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> s)
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.157">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> s)
throws <a
href="../../../org/apache/juneau/parser/ParseException.html" title="class in
org.apache.juneau.parser">ParseException</a></pre>
<div class="block">Shortcut for <code><jk>new</jk>
ObjectList(String,JsonParser.<jsf>DEFAULT</jsf>);</code></div>
<dl>
@@ -579,14 +579,15 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.168">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true"
title="class or interface in java.io">Reader</a> r,
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.170">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true"
title="class or interface in java.io">Reader</a> r,
<a href="../../../org/apache/juneau/parser/Parser.html"
title="class in org.apache.juneau.parser">Parser</a> p)
throws <a
href="../../../org/apache/juneau/parser/ParseException.html" title="class in
org.apache.juneau.parser">ParseException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
<div class="block">Construct a JSON array directly from a reader using the
specified parser.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>r</code> - The reader to read from. Will automatically be wrapped
in a <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html?is-external=true"
title="class or interface in java.io"><code>BufferedReader</code></a> if it
isn't already a BufferedReader.</dd>
+<dd><code>r</code> - The reader to read from. Will automatically be wrapped
in a <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html?is-external=true"
title="class or interface in java.io"><code>BufferedReader</code></a> if it
isn't already
+ a BufferedReader.</dd>
<dd><code>p</code> - The parser to use to parse the input.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../org/apache/juneau/parser/ParseException.html"
title="class in org.apache.juneau.parser">ParseException</a></code> - If the
input contains a syntax error or is malformed.</dd>
@@ -600,7 +601,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.180">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true"
title="class or interface in java.io">Reader</a> r)
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.182">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true"
title="class or interface in java.io">Reader</a> r)
throws <a
href="../../../org/apache/juneau/parser/ParseException.html" title="class in
org.apache.juneau.parser">ParseException</a>,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
<div class="block">Shortcut for <code><jk>new</jk> ObjectList(reader,
JsonParser.<jsf>DEFAULT</jsf>)</code>.</div>
@@ -619,7 +620,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.194">ObjectList</a>()</pre>
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.196">ObjectList</a>()</pre>
<div class="block">Construct an empty JSON array. (i.e. an empty <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true"
title="class or interface in java.util"><code>LinkedList</code></a>).</div>
</li>
</ul>
@@ -629,7 +630,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.203">ObjectList</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session)</pre>
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.205">ObjectList</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session)</pre>
<div class="block">Construct an empty JSON array with the specified bean
context. (i.e. an empty <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true"
title="class or interface in java.util"><code>LinkedList</code></a>).</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -643,7 +644,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.213">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>... o)</pre>
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.215">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>... o)</pre>
<div class="block">Construct a JSON array and fill it with the specified
objects.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -657,7 +658,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockListLast">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.222">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><?> c)</pre>
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.224">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><?> c)</pre>
<div class="block">Construct a JSON array and fill it with the specified
collection of objects.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -679,7 +680,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>setBeanSession</h4>
-<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.236">setBeanSession</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session)</pre>
+<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.238">setBeanSession</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session)</pre>
<div class="block">Override the default bean session used for converting POJOs.
<p>
Default is <a
href="../../../org/apache/juneau/BeanContext.html#DEFAULT"><code>BeanContext.DEFAULT</code></a>,
which is sufficient in most cases.
@@ -699,7 +700,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
-<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.246">append</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>... o)</pre>
+<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.248">append</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>... o)</pre>
<div class="block">Convenience method for adding multiple objects to this
list.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -715,7 +716,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
-<pre>public <T> T <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.262">get</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><T> type,
+<pre>public <T> T <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.264">get</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><T> type,
int index)</pre>
<div class="block">Get the entry at the specified index, converted to the
specified type (if possible).
<p>
@@ -737,7 +738,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getString</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.272">getString</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.274">getString</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(String.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -753,7 +754,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getInt</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true"
title="class or interface in java.lang">Integer</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.283">getInt</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true"
title="class or interface in java.lang">Integer</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.285">getInt</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(Integer.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -771,7 +772,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getBoolean</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true"
title="class or interface in java.lang">Boolean</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.294">getBoolean</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true"
title="class or interface in java.lang">Boolean</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.296">getBoolean</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(Boolean.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -789,7 +790,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getLong</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true"
title="class or interface in java.lang">Long</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.305">getLong</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true"
title="class or interface in java.lang">Long</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.307">getLong</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(Long.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -807,7 +808,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getMap</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><?,?> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.316">getMap</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><?,?> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.318">getMap</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(Map.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -825,7 +826,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getList</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><?> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.327">getList</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><?> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.329">getList</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(List.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -843,7 +844,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getObjectMap</h4>
-<pre>public <a href="../../../org/apache/juneau/ObjectMap.html"
title="class in org.apache.juneau">ObjectMap</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.338">getObjectMap</a>(int index)</pre>
+<pre>public <a href="../../../org/apache/juneau/ObjectMap.html"
title="class in org.apache.juneau">ObjectMap</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.340">getObjectMap</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(ObjectMap.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -861,7 +862,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getObjectList</h4>
-<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.349">getObjectList</a>(int index)</pre>
+<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.351">getObjectList</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(ObjectList.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -879,7 +880,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getAt</h4>
-<pre>public <T> T <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.377">getAt</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><T> type,
+<pre>public <T> T <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.379">getAt</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><T> type,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> path)</pre>
<div class="block">Same as <a
href="../../../org/apache/juneau/ObjectList.html#get-java.lang.Class-int-"><code>get(Class,int)</code></a>,
but the key is a slash-delimited
path used to traverse entries in this POJO.
@@ -915,7 +916,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>putAt</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.404">putAt</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> path,
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.406">putAt</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> path,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> o)</pre>
<div class="block">Same as <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true#set-int-E-"
title="class or interface in java.util"><code>set(int,Object)</code></a>, but
the key is a slash-delimited
path used to traverse entries in this POJO.
@@ -949,7 +950,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>postAt</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.431">postAt</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> path,
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.433">postAt</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> path,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> o)</pre>
<div class="block">Similar to <a
href="../../../org/apache/juneau/ObjectList.html#putAt-java.lang.String-java.lang.Object-"><code>putAt(String,Object)</code></a>,
but used to append
to collections and arrays.
@@ -983,7 +984,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>deleteAt</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.457">deleteAt</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> path)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.459">deleteAt</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> path)</pre>
<div class="block">Similar to <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true#remove-int-"
title="class or interface in java.util"><code>remove(int)</code></a>,but the
key is a slash-delimited
path used to traverse entries in this POJO.
<p>
@@ -1015,7 +1016,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>elements</h4>
-<pre>public <E> <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true"
title="class or interface in java.lang">Iterable</a><E> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.497">elements</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in
java.lang">Class</a><E> childType)</pre>
+<pre>public <E> <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true"
title="class or interface in java.lang">Iterable</a><E> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.499">elements</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in
java.lang">Class</a><E> childType)</pre>
<div class="block">Creates an <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true"
title="class or interface in java.lang"><code>Iterable</code></a> with
elements of the specified child type.
<p>
Attempts to convert the child objects to the correct type if they aren't
already the correct type.
@@ -1062,7 +1063,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getClassMeta</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.531">getClassMeta</a>(int index)</pre>
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.533">getClassMeta</a>(int index)</pre>
<div class="block">Returns the <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
org.apache.juneau"><code>ClassMeta</code></a> of the class of the object at the
specified index.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -1078,7 +1079,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.548">toString</a>(<a
href="../../../org/apache/juneau/serializer/WriterSerializer.html"
title="class in
org.apache.juneau.serializer">WriterSerializer</a> serializer)
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.550">toString</a>(<a
href="../../../org/apache/juneau/serializer/WriterSerializer.html"
title="class in
org.apache.juneau.serializer">WriterSerializer</a> serializer)
throws <a
href="../../../org/apache/juneau/serializer/SerializeException.html"
title="class in org.apache.juneau.serializer">SerializeException</a></pre>
<div class="block">Serialize this array to a string using the specified
serializer.</div>
<dl>
@@ -1097,7 +1098,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.556">toString</a>()</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.558">toString</a>()</pre>
<div class="block">Serialize this array to JSON using the <a
href="../../../org/apache/juneau/json/JsonSerializer.html#DEFAULT"><code>JsonSerializer.DEFAULT</code></a>
serializer.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -1111,7 +1112,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockListLast">
<li class="blockList">
<h4>serializeTo</h4>
-<pre>public void <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.572">serializeTo</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true"
title="class or interface in java.io">Writer</a> w)
+<pre>public void <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.574">serializeTo</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true"
title="class or interface in java.io">Writer</a> w)
throws <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a>,
<a
href="../../../org/apache/juneau/serializer/SerializeException.html"
title="class in org.apache.juneau.serializer">SerializeException</a></pre>
<div class="block">Convenience method for serializing this ObjectList to the
specified Writer using