http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/436334e6/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 12dec71..4762d5d 100644
--- a/content/site/apidocs/org/apache/juneau/ObjectList.html
+++ b/content/site/apidocs/org/apache/juneau/ObjectList.html
@@ -287,6 +287,11 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 </td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/ObjectList.html#ObjectList-java.io.Reader-">ObjectList</a></span>(<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>&nbsp;r)</code>
+<div class="block">Shortcut for <code><jk>new</jk> ObjectList(reader, 
JsonParser.<jsf>DEFAULT</jsf>)</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/ObjectList.html#ObjectList-java.io.Reader-org.apache.juneau.parser.Parser-">ObjectList</a></span>(<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>&nbsp;r,
           <a href="../../../org/apache/juneau/parser/Parser.html" title="class 
in org.apache.juneau.parser">Parser</a>&nbsp;p)</code>
 <div class="block">Construct a JSON array directly from a reader using the 
specified parser.</div>
@@ -589,13 +594,32 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 </dl>
 </li>
 </ul>
+<a name="ObjectList-java.io.Reader-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ObjectList</h4>
+<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.176">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>&nbsp;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>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>r</code> - The reader to read from.  The reader will 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.</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>
+<dd><code><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></code> - If a problem 
occurred trying to read from the reader.</dd>
+</dl>
+</li>
+</ul>
 <a name="ObjectList--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>ObjectList</h4>
-<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.177">ObjectList</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.190">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>
@@ -605,7 +629,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&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.186">ObjectList</a>(<a
 href="../../../org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a>&nbsp;session)</pre>
+<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.199">ObjectList</a>(<a
 href="../../../org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a>&nbsp;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>
@@ -619,7 +643,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&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.196">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>...&nbsp;o)</pre>
+<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.209">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>...&nbsp;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>
@@ -633,7 +657,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&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.205">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>&lt;?&gt;&nbsp;c)</pre>
+<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.218">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>&lt;?&gt;&nbsp;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>
@@ -655,7 +679,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&nbsp;<a href="../../../org/apache/juneau/ObjectList.html" 
title="class in org.apache.juneau">ObjectList</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.219">setBeanSession</a>(<a
 href="../../../org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a>&nbsp;session)</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/ObjectList.html" 
title="class in org.apache.juneau">ObjectList</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.232">setBeanSession</a>(<a
 href="../../../org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a>&nbsp;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.
@@ -675,7 +699,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&nbsp;<a href="../../../org/apache/juneau/ObjectList.html" 
title="class in org.apache.juneau">ObjectList</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.229">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>...&nbsp;o)</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/ObjectList.html" 
title="class in org.apache.juneau">ObjectList</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.242">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>...&nbsp;o)</pre>
 <div class="block">Convenience method for adding multiple objects to this 
list.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -691,7 +715,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&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.245">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>&lt;T&gt;&nbsp;type,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.258">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>&lt;T&gt;&nbsp;type,
                  int&nbsp;index)</pre>
 <div class="block">Get the entry at the specified index, converted to the 
specified type (if possible).
  <p>
@@ -713,7 +737,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&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.255">getString</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.268">getString</a>(int&nbsp;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>
@@ -729,7 +753,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&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.266">getInt</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.279">getInt</a>(int&nbsp;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>
@@ -747,7 +771,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&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.277">getBoolean</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.290">getBoolean</a>(int&nbsp;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>
@@ -765,7 +789,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&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.288">getLong</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.301">getLong</a>(int&nbsp;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>
@@ -783,7 +807,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&nbsp;<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>&lt;?,?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.299">getMap</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<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>&lt;?,?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.312">getMap</a>(int&nbsp;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>
@@ -801,7 +825,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&nbsp;<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>&lt;?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.310">getList</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<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>&lt;?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.323">getList</a>(int&nbsp;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>
@@ -819,7 +843,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&nbsp;<a href="../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.321">getObjectMap</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.334">getObjectMap</a>(int&nbsp;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>
@@ -837,7 +861,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&nbsp;<a href="../../../org/apache/juneau/ObjectList.html" 
title="class in org.apache.juneau">ObjectList</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.332">getObjectList</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/ObjectList.html" 
title="class in org.apache.juneau">ObjectList</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.345">getObjectList</a>(int&nbsp;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>
@@ -855,7 +879,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&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.360">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>&lt;T&gt;&nbsp;type,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.373">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>&lt;T&gt;&nbsp;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>&nbsp;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.
@@ -891,7 +915,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&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.387">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>&nbsp;path,
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.400">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>&nbsp;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>&nbsp;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.
@@ -925,7 +949,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&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.414">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>&nbsp;path,
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.427">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>&nbsp;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>&nbsp;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.
@@ -959,7 +983,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&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.440">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>&nbsp;path)</pre>
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.453">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>&nbsp;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>
@@ -991,7 +1015,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&nbsp;&lt;E&gt;&nbsp;<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>&lt;E&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.480">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>&lt;E&gt;&nbsp;childType)</pre>
+<pre>public&nbsp;&lt;E&gt;&nbsp;<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>&lt;E&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.493">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>&lt;E&gt;&nbsp;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.
@@ -1038,7 +1062,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&nbsp;<a href="../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.514">getClassMeta</a>(int&nbsp;index)</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.527">getClassMeta</a>(int&nbsp;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>
@@ -1054,7 +1078,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&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.531">toString</a>(<a
 href="../../../org/apache/juneau/serializer/WriterSerializer.html" 
title="class in 
org.apache.juneau.serializer">WriterSerializer</a>&nbsp;serializer)
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.544">toString</a>(<a
 href="../../../org/apache/juneau/serializer/WriterSerializer.html" 
title="class in 
org.apache.juneau.serializer">WriterSerializer</a>&nbsp;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>
@@ -1073,7 +1097,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&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.539">toString</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.552">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>
@@ -1087,7 +1111,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&nbsp;void&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.555">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>&nbsp;w)
+<pre>public&nbsp;void&nbsp;<a 
href="../../../src-html/org/apache/juneau/ObjectList.html#line.568">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>&nbsp;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

Reply via email to